source: rtems/c/src/lib/libbsp/m68k/mcf5225x/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.3 KB
RevLine 
[fe32208]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]4include $(top_srcdir)/../../bsp.am
[fe32208]5
6include_bspdir = $(includedir)/bsp
7
8dist_project_lib_DATA = bsp_specs
9
10include_HEADERS = include/bsp.h
11include_HEADERS += include/tm27.h
12
13nodist_include_HEADERS = include/bspopts.h
14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
15DISTCLEANFILES = include/bspopts.h
16noinst_PROGRAMS =
17
18
19noinst_LIBRARIES = libbspstart.a
20libbspstart_a_SOURCES = start/start.S
21project_lib_DATA = start.$(OBJEXT)
22
23dist_project_lib_DATA += startup/linkcmds
24
25noinst_LIBRARIES += libbsp.a
26libbsp_a_SOURCES = \
27    ../../shared/bspclean.c \
28    ../../shared/bspreset_loop.c \
29    ../../shared/bsppredriverhook.c \
30    ../../shared/bspgetworkarea.c \
31    startup/init5225x.c startup/bspstart.c \
32    ../../shared/bootcard.c \
[ca4895c]33    ../../shared/getentropy-cpucounter.c \
[06d34af]34    ../../shared/sbrk.c ../../shared/setvec.c \
[fe32208]35    ../../shared/gnatinstallhandler.c
36libbsp_a_SOURCES += clock/clock.c
37libbsp_a_SOURCES += console/console.c
38libbsp_a_SOURCES += console/debugio.c
39libbsp_a_SOURCES += timer/timer.c
40
41libbsp_a_LIBADD = \
42    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[af03345]43    ../../../libcpu/@RTEMS_CPU@/mcf5225x/cachepd.rel \
[fe32208]44    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
45
46include $(srcdir)/preinstall.am
47include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.