source: rtems/cpukit/score/cpu/bfin/Makefile.am @ b72e847b

4.8
Last change on this file since b72e847b was 9dfd75e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/06 at 20:20:36

2006-10-24 Alain Schaefer <alani@…>

  • 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.
  • Property mode set to 100644
File size: 609 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7include_rtemsdir = $(includedir)/rtems
8include_rtems_HEADERS = rtems/asm.h
9
10include_rtems_bfindir = $(includedir)/rtems/bfin
11include_rtems_bfin_HEADERS = rtems/bfin/bfin.h rtems/bfin/bf533.h
12
13include_rtems_scoredir = $(includedir)/rtems/score
14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/bfin.h \
15    rtems/score/cpu_asm.h rtems/score/types.h
16
17noinst_LIBRARIES = libscorecpu.a
18libscorecpu_a_SOURCES = cpu.c irq.c cpu_asm.S
19libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
20
21include $(srcdir)/preinstall.am
22include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.