summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/rtems/score
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/sh/rtems/score')
-rw-r--r--c/src/exec/score/cpu/sh/rtems/score/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/sh/rtems/score/Makefile.am b/c/src/exec/score/cpu/sh/rtems/score/Makefile.am
index a9b4cae02a..ded700a931 100644
--- a/c/src/exec/score/cpu/sh/rtems/score/Makefile.am
+++ b/c/src/exec/score/cpu/sh/rtems/score/Makefile.am
@@ -4,15 +4,16 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = cpu.h shtypes.h sh.h sh_io.h
-noinst_HEADERS = cpu.h shtypes.h sh.h sh_io.h
+include_rtems_scoredir = $(includedir)/rtems/score
+
+include_rtems_score_HEADERS = cpu.h shtypes.h sh.h sh_io.h
#
# (OPTIONAL) Add local stuff here using +=
#
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
- $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
+ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
$(PROJECT_INCLUDE)/rtems/score:
$(mkinstalldirs) $@