source: rtems/c/src/lib/libbsp/bfin/eZKit533/Makefile.am @ f3ce8f41

5
Last change on this file since f3ce8f41 was f3ce8f41, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 07:00:02

bsps: Include bsp.am in all BSP Makefile.am

Update #3254.

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