source: rtems/c/src/lib/libbsp/m68k/csb360/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.6 KB
RevLine 
[02e708d]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]4include $(top_srcdir)/../../bsp.am
[02e708d]5
[a1bc0a15]6include_bspdir = $(includedir)/bsp
7
[02e708d]8dist_project_lib_DATA = bsp_specs
9
10include_HEADERS = include/bsp.h
11include_HEADERS += include/tm27.h
[4cbf22a]12
[02e708d]13nodist_include_HEADERS = include/bspopts.h
[a1bc0a15]14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[6279149]15nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h
[4cbf22a]16DISTCLEANFILES = include/bspopts.h
[02e708d]17
18
19EXTRA_DIST = times
20
[6651791]21noinst_LIBRARIES = libbspstart.a
22libbspstart_a_SOURCES = start/start.S
[4cbf22a]23project_lib_DATA = start.$(OBJEXT)
[02e708d]24
25dist_project_lib_DATA += startup/linkcmds
26
[6651791]27noinst_LIBRARIES += libbsp.a
[64eb0c7]28libbsp_a_SOURCES =
[e94666d]29
[64eb0c7]30# startup
[ca4602e]31libbsp_a_SOURCES += ../../shared/bspclean.c \
[2858939a]32    ../../shared/bsppredriverhook.c \
[ca4602e]33    ../../shared/bspgetworkarea.c \
[4601f3dc]34    ../../shared/bspstart.c startup/init5272.c ../../shared/bootcard.c \
[ca4895c]35    ../../shared/getentropy-cpucounter.c \
[06d34af]36    ../../shared/sbrk.c ../../shared/setvec.c \
[02e708d]37    ../../shared/gnatinstallhandler.c
[3dd381f]38libbsp_a_SOURCES += ../../shared/bspreset.c
[64eb0c7]39# console
40libbsp_a_SOURCES += console/console-io.c ../../shared/console-polled.c
[1d0ee80e]41
[0b9fd991]42# Cache
43libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
44libbsp_a_SOURCES += ../../shared/include/cache_.h
45libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
46
[1d0ee80e]47libbsp_a_LIBADD = \
48    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel \
[4cbf22a]49    ../../../libcpu/@RTEMS_CPU@/mcf5272/clock.rel \
50    ../../../libcpu/@RTEMS_CPU@/mcf5272/timer.rel
[02e708d]51
[760486f7]52include $(srcdir)/preinstall.am
[02e708d]53include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.