summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
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>