From f6db560d291dcdfd47cd58cfab4b0aa7d9342f54 Mon Sep 17 00:00:00 2001 From: WeiY Date: Wed, 24 Apr 2013 00:34:15 +0800 Subject: Implement a generic atomic ops for all UP mode architectures with disable/enable-IRQ function simulated. --- cpukit/score/preinstall.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/score/preinstall.am') 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) -- cgit v1.2.3