summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/preinstall.am
diff options
context:
space:
mode:
authorJeffrey O. Hill <hill@wombat.lanl.gov>2013-02-06 08:08:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-03-11 17:57:41 +0100
commit1cddf47a4dedaefbd8895fb658ffc69a80631493 (patch)
tree0a6f99033d879b4023915ef74dba64d4b983594f /cpukit/score/cpu/nios2/preinstall.am
parentnios2: Rename file (diff)
downloadrtems-1cddf47a4dedaefbd8895fb658ffc69a80631493.tar.bz2
nios2: Add _Nios2_Count_leading_zeros()
Add _Nios2_Count_trailing_zeros(). They are currently more efficient than the corresponding GCC builtins.
Diffstat (limited to 'cpukit/score/cpu/nios2/preinstall.am')
-rw-r--r--cpukit/score/cpu/nios2/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/nios2/preinstall.am b/cpukit/score/cpu/nios2/preinstall.am
index d0d846d609..92e75e1a0e 100644
--- a/cpukit/score/cpu/nios2/preinstall.am
+++ b/cpukit/score/cpu/nios2/preinstall.am
@@ -39,6 +39,10 @@ $(PROJECT_INCLUDE)/rtems/score/nios2-utility.h: rtems/score/nios2-utility.h $(PR
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/nios2-utility.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/nios2-utility.h
+$(PROJECT_INCLUDE)/rtems/score/nios2-count-zeros.h: rtems/score/nios2-count-zeros.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/nios2-count-zeros.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/nios2-count-zeros.h
+
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h