source: rtems/c/src/lib/libbsp/bfin/TLL6527M/Makefile.am @ ec32100

5
Last change on this file since ec32100 was ec32100, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 06:37:44

bsps: Use CPPASCOMPILE for startfile

Update #3254.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2EXTRA_DIST =
3
4include $(top_srcdir)/../../../../automake/compile.am
5include $(top_srcdir)/../../bsp.am
6
7include_bspdir = $(includedir)/bsp
8
9dist_project_lib_DATA = bsp_specs
10
11include_HEADERS = include/bsp.h
12include_HEADERS += include/tm27.h
13include_HEADERS += include/cplb.h
14
15nodist_include_HEADERS = include/bspopts.h
16nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
17DISTCLEANFILES = include/bspopts.h
18
19noinst_PROGRAMS =
20
21
22EXTRA_DIST += ../shared/start/start.S
23start.$(OBJEXT): ../shared/start/start.S
24        $(CPPASCOMPILE) -o $@ -c $<
25project_lib_DATA = start.$(OBJEXT)
26
27dist_project_lib_DATA += startup/linkcmds
28
29noinst_LIBRARIES = libbsp.a
30
31libbsp_a_SOURCES = \
32        startup/bspstart.c \
33        ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
34        ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
35        ../../shared/getentropy-cpucounter.c \
36        ../../shared/bspgetworkarea.c
37libbsp_a_SOURCES += ../../shared/bspreset.c
38
39libbsp_a_SOURCES += console/console.c
40
41libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/mmu.rel
42libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/interrupt.rel
43libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel
44libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/uart.rel
45libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/clock.rel
46libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/rtc.rel
47libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/timer.rel
48
49EXTRA_DIST += times
50
51include $(srcdir)/preinstall.am
52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.