From 0553a3a1d8f1a2ed0f6d0a0d6b4218d1f8e3952b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 May 1996 15:35:56 +0000 Subject: added as example of how to do a bsp which is not in this tree. --- c/src/lib/libbsp/hppa1.1/pxfl/README | 8 ++++++++ c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 c/src/lib/libbsp/hppa1.1/pxfl/README create mode 100644 c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/README b/c/src/lib/libbsp/hppa1.1/pxfl/README new file mode 100644 index 0000000000..df3c872a34 --- /dev/null +++ b/c/src/lib/libbsp/hppa1.1/pxfl/README @@ -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. diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h b/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h new file mode 100644 index 0000000000..52a22d686b --- /dev/null +++ b/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h @@ -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 -- cgit v1.2.3