summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:35:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:35:56 +0000
commit0553a3a1d8f1a2ed0f6d0a0d6b4218d1f8e3952b (patch)
tree61b313be89d2dfe8b6c5d52ee20e7f41c89a5116 /c/src
parent*** empty log message *** (diff)
downloadrtems-0553a3a1d8f1a2ed0f6d0a0d6b4218d1f8e3952b.tar.bz2
added as example of how to do a bsp which is not in this tree.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/hppa1.1/pxfl/README8
-rw-r--r--c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h11
2 files changed, 19 insertions, 0 deletions
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 <floss/bsp.h>