summaryrefslogtreecommitdiffstats
path: root/cpukit/score/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-08 15:18:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-09 09:39:14 +0200
commit05b7eec276a130cde39fed861ad4a9d1f01e876c (patch)
treeb755151e2886815928279eb356977be4fb0fde6b /cpukit/score/preinstall.am
parentscore: Use builtin for _Bitfield_Find_first_bit() (diff)
downloadrtems-05b7eec276a130cde39fed861ad4a9d1f01e876c.tar.bz2
score: Add an SMP sequence lock implementation
Diffstat (limited to 'cpukit/score/preinstall.am')
-rw-r--r--cpukit/score/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/preinstall.am b/cpukit/score/preinstall.am
index 2ed07b91e8..1ba332d098 100644
--- a/cpukit/score/preinstall.am
+++ b/cpukit/score/preinstall.am
@@ -296,6 +296,10 @@ $(PROJECT_INCLUDE)/rtems/score/smplock.h: include/rtems/score/smplock.h $(PROJEC
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smplock.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smplock.h
+$(PROJECT_INCLUDE)/rtems/score/smplockseq.h: include/rtems/score/smplockseq.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smplockseq.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smplockseq.h
+
$(PROJECT_INCLUDE)/rtems/score/smpimpl.h: include/rtems/score/smpimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smpimpl.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smpimpl.h