summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-24 20:20:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-24 20:20:36 +0000
commit9dfd75ec528d3725ad6fd554736b28ac8d927882 (patch)
tree7ecb4254095eefeb70179b8b160f034cbd7c535a /cpukit/score/cpu/bfin/Makefile.am
parentBump version to 0.3 (diff)
downloadrtems-9dfd75ec528d3725ad6fd554736b28ac8d927882.tar.bz2
2006-10-24 Alain Schaefer <alani@easc.ch>
* Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h: Clean up rtems/score/bfin.h removing parts that are not needed by RTEMS CPUkit to bfin specific .h files. * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
Diffstat (limited to 'cpukit/score/cpu/bfin/Makefile.am')
-rw-r--r--cpukit/score/cpu/bfin/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/cpu/bfin/Makefile.am b/cpukit/score/cpu/bfin/Makefile.am
index 4c7e495f45..c5d1c03267 100644
--- a/cpukit/score/cpu/bfin/Makefile.am
+++ b/cpukit/score/cpu/bfin/Makefile.am
@@ -7,6 +7,9 @@ include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = rtems/asm.h
+include_rtems_bfindir = $(includedir)/rtems/bfin
+include_rtems_bfin_HEADERS = rtems/bfin/bfin.h rtems/bfin/bf533.h
+
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/bfin.h \
rtems/score/cpu_asm.h rtems/score/types.h