From 9b605b28b497f398682a8ffd673f6860340957f8 Mon Sep 17 00:00:00 2001 From: WeiY Date: Wed, 24 Apr 2013 00:34:16 +0800 Subject: Using the generic atomic ops to implement UP mode atomic for all architectures. SMP atomic port will be later. --- cpukit/score/cpu/m32r/preinstall.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/score/cpu/m32r/preinstall.am') diff --git a/cpukit/score/cpu/m32r/preinstall.am b/cpukit/score/cpu/m32r/preinstall.am index 2759bc9a67..d88ec3b2a6 100644 --- a/cpukit/score/cpu/m32r/preinstall.am +++ b/cpukit/score/cpu/m32r/preinstall.am @@ -48,3 +48,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h +$(PROJECT_INCLUDE)/rtems/score/cpuatomic.h: rtems/score/cpuatomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpuatomic.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpuatomic.h -- cgit v1.2.3