summaryrefslogtreecommitdiffstats
path: root/cpukit/score/preinstall.am
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-04-24 00:34:15 +0800
committerGedare Bloom <gedare@rtems.org>2013-05-01 10:28:48 -0400
commitf6db560d291dcdfd47cd58cfab4b0aa7d9342f54 (patch)
tree58d4644688d69f3110ee4e40a4fc2d69f3b589ae /cpukit/score/preinstall.am
parentbsp/mpc55xx: Avoid empty enum (diff)
downloadrtems-f6db560d291dcdfd47cd58cfab4b0aa7d9342f54.tar.bz2
Implement a generic atomic ops for all UP mode architectures with disable/enable-IRQ function simulated.
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 a346c79056..7054c3d29c 100644
--- a/cpukit/score/preinstall.am
+++ b/cpukit/score/preinstall.am
@@ -219,6 +219,10 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/atomic.h
$(PROJECT_INCLUDE)/rtems/score/genericcpuatomic.h: include/rtems/score/genericcpuatomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/genericcpuatomic.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/genericcpuatomic.h
+
+$(PROJECT_INCLUDE)/rtems/score/genericatomicops.h: include/rtems/score/genericatomicops.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/genericatomicops.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/genericatomicops.h
endif
if HAS_SMP
$(PROJECT_INCLUDE)/rtems/score/smplock.h: include/rtems/score/smplock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)