source: rtems/c/src/lib/libbsp/m68k/mrm332/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.4 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
12
13nodist_include_HEADERS = include/bspopts.h
14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
15DISTCLEANFILES = include/bspopts.h
16
17include_HEADERS += include/mrm332.h
18
19EXTRA_DIST = times
20
21noinst_LIBRARIES = libbspstart.a
22libbspstart_a_SOURCES = start/start.S
23project_lib_DATA = start.$(OBJEXT)
24
25dist_project_lib_DATA += startup/linkcmds
26
27noinst_LIBRARIES += libbsp.a
28libbsp_a_SOURCES =
29
30# startup
31libbsp_a_SOURCES += startup/start_c.c \
32    ../../shared/bspstart.c startup/bsppredriverhook.c \
33    ../../shared/bootcard.c ../../shared/sbrk.c \
34    ../../shared/getentropy-cpucounter.c \
35    ../../shared/bspclean.c \
36    ../../shared/setvec.c \
37    ../../shared/bspgetworkarea.c ../../shared/gnatinstallhandler.c
38libbsp_a_SOURCES += ../../shared/bspreset.c
39# clock
40libbsp_a_SOURCES += clock/ckinit.c
41# console
42libbsp_a_SOURCES += console/console.c console/sci.c console/sci.h
43# spurious
44libbsp_a_SOURCES += spurious/spinit.c
45# timer
46libbsp_a_SOURCES += timer/timer.c
47
48libbsp_a_LIBADD = \
49    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
50    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
51
52include $(srcdir)/preinstall.am
53include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.