mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
added as example of how to do a bsp which is not in this tree.
This commit is contained in:
8
c/src/lib/libbsp/hppa1.1/pxfl/README
Normal file
8
c/src/lib/libbsp/hppa1.1/pxfl/README
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
This is included just to give rtems users an example of how a Makefile
|
||||
can "jump" out of the rtems source tree into another one. This was
|
||||
used by the developer of the pxfl bsp to allow them to keep their bsp
|
||||
outside the normal rtems tree.
|
||||
11
c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h
Normal file
11
c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* we need a bsp.h in the rtems tree to keep the src/tests/...
|
||||
* happy.
|
||||
* But our bsp.h really lives in floss tree.
|
||||
*
|
||||
* Fake it out by installing this one in rtems
|
||||
*
|
||||
# $Id$
|
||||
*/
|
||||
|
||||
#include <floss/bsp.h>
|
||||
Reference in New Issue
Block a user