summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/Makefile.am3
-rw-r--r--cpukit/rtems/preinstall.am4
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index a24b644198..4af1752512 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -29,7 +29,8 @@ include_rtems_rtems_HEADERS = include/rtems/rtems/asr.h \
include/rtems/rtems/rtemsapi.h include/rtems/rtems/sem.h \
include/rtems/rtems/signal.h include/rtems/rtems/status.h \
include/rtems/rtems/support.h include/rtems/rtems/tasks.h \
- include/rtems/rtems/timer.h include/rtems/rtems/types.h
+ include/rtems/rtems/timer.h include/rtems/rtems/types.h \
+ mainpage.h
if HAS_MP
## We only build multiprocessing related files if HAS_MP was defined
diff --git a/cpukit/rtems/preinstall.am b/cpukit/rtems/preinstall.am
index 0d87743601..5d32ad7413 100644
--- a/cpukit/rtems/preinstall.am
+++ b/cpukit/rtems/preinstall.am
@@ -127,6 +127,10 @@ $(PROJECT_INCLUDE)/rtems/rtems/types.h: include/rtems/rtems/types.h $(PROJECT_IN
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/types.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/types.h
+$(PROJECT_INCLUDE)/rtems/rtems/mainpage.h: mainpage.h $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/mainpage.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/mainpage.h
+
if HAS_MP
$(PROJECT_INCLUDE)/rtems/rtems/eventmp.h: include/rtems/rtems/eventmp.h $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/eventmp.h