summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/preinstall.am
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-01-25 23:53:52 +0800
committerGedare Bloom <gedare@rtems.org>2013-02-07 17:02:12 -0500
commit9d23df2fbce8311a13067e56d3752ed3470079e4 (patch)
tree7e00d3926e442896fb5496186a334cb79bd3b768 /cpukit/score/cpu/i386/preinstall.am
parentbsp/mpc55xx: Add MPC55XX_ENABLE_START_PROLOGUE (diff)
downloadrtems-9d23df2fbce8311a13067e56d3752ed3470079e4.tar.bz2
score: atomic support for RTEMS automake and autoconf changes
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i386/preinstall.am b/cpukit/score/cpu/i386/preinstall.am
index 7bf7af259a..060176be04 100644
--- a/cpukit/score/cpu/i386/preinstall.am
+++ b/cpukit/score/cpu/i386/preinstall.am
@@ -51,3 +51,7 @@ $(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h $(PROJECT_INCLUDE)/rte
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/idtr.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.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
+