summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-25 10:20:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:46 +0200
commit6cec745f6c81868f6da0bed62420479c17e95afb (patch)
treed3a335ab4df016cf61b73107fa10056111fa137d /cpukit/rtems/preinstall.am
parentscore: Merge objectmp implementation into one file (diff)
downloadrtems-6cec745f6c81868f6da0bed62420479c17e95afb.tar.bz2
rtems: Create signal implementation header
Move implementation specific parts of signal.h into new header file signalimpl.h. The signal.h contains now only the application visible API.
Diffstat (limited to 'cpukit/rtems/preinstall.am')
-rw-r--r--cpukit/rtems/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/rtems/preinstall.am b/cpukit/rtems/preinstall.am
index c3ebbec9ae..72fa775077 100644
--- a/cpukit/rtems/preinstall.am
+++ b/cpukit/rtems/preinstall.am
@@ -151,6 +151,10 @@ $(PROJECT_INCLUDE)/rtems/rtems/signal.h: include/rtems/rtems/signal.h $(PROJECT_
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/signal.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/signal.h
+$(PROJECT_INCLUDE)/rtems/rtems/signalimpl.h: include/rtems/rtems/signalimpl.h $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/signalimpl.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/signalimpl.h
+
$(PROJECT_INCLUDE)/rtems/rtems/smp.h: include/rtems/rtems/smp.h $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/smp.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/smp.h