summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/.cvsignore2
-rw-r--r--cpukit/score/include/rtems/system.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/.cvsignore b/cpukit/score/include/rtems/score/.cvsignore
index 282522db03..fffa6b8f3b 100644
--- a/cpukit/score/include/rtems/score/.cvsignore
+++ b/cpukit/score/include/rtems/score/.cvsignore
@@ -1,2 +1,4 @@
Makefile
Makefile.in
+stamp-h.in
+cpuopts-tmp.h.in
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index b1a2382ea4..5e9cabb448 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -27,6 +27,10 @@ extern "C" {
* first so the basic macro definitions are in place.
*/
+/*
+ * FIXME: Instead of targopts.h, cpuopts.h should be included here.
+ * #include <rtems/score/cpuopts.h>
+ */
#include <rtems/score/targopts.h>
/*