added as example of how to do a bsp which is not in this tree.

This commit is contained in:
Joel Sherrill
1996-05-23 15:35:56 +00:00
parent a5f56a4398
commit 0553a3a1d8
2 changed files with 19 additions and 0 deletions

View 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.

View 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>