source: rtems/c/src/lib/libbsp/m68k/gen68340/Makefile.am @ 642ef00

5
Last change on this file since 642ef00 was 642ef00, checked in by Sebastian Huber <sebastian.huber@…>, on 11/27/17 at 05:23:29

bsps: Provide <tm27.h> in each BSP

Since the <tm27.h> is highly BSP-dependent and used only by the tm27
test program we must provide this header file for each BSP. Without the
preinstall build target each header file must have a unique source
header file.

Update #3254.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[7068e246]2
[65cf99c]3include $(top_srcdir)/../../../../automake/compile.am
4
[a1bc0a15]5include_bspdir = $(includedir)/bsp
6
[2a7f9a28]7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
[642ef00]10include_HEADERS += include/tm27.h
[4cbf22a]11
[2a7f9a28]12nodist_include_HEADERS = include/bspopts.h
[a1bc0a15]13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[4cbf22a]14DISTCLEANFILES = include/bspopts.h
15noinst_PROGRAMS =
[7068e246]16
[2821666f]17include_HEADERS += include/m340uart.h
18include_HEADERS += include/m340timer.h
19include_HEADERS += include/m68340.h
20include_HEADERS += include/m68340.inc
21include_HEADERS += include/m68349.inc
22
[882b5f28]23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S
[4cbf22a]25project_lib_DATA = start.$(OBJEXT)
[54df0db]26
27dist_project_lib_DATA += startup/linkcmds
28
[882b5f28]29noinst_LIBRARIES += libbsp.a
[64eb0c7]30libbsp_a_SOURCES =
[e94666d]31
[64eb0c7]32# startup
[ca4602e]33libbsp_a_SOURCES += ../../shared/bspclean.c \
[07ce99e]34    ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
[ca4602e]35    ../../shared/bspstart.c startup/init68340.c \
[2858939a]36    ../../shared/bootcard.c \
[ca4895c]37    ../../shared/getentropy-cpucounter.c \
[06d34af]38    ../../shared/sbrk.c ../../shared/setvec.c \
[54df0db]39    startup/dumpanic.c ../../shared/gnatinstallhandler.c
[3dd381f]40libbsp_a_SOURCES += ../../shared/bspreset.c
[64eb0c7]41# clock
42libbsp_a_SOURCES += clock/ckinit.c
43# console
[eb148a26]44libbsp_a_SOURCES += console/console.c console/m340uart.c \
45    ../../shared/dummy_printk_support.c
[64eb0c7]46# timer
47libbsp_a_SOURCES += timer/timer.c
[1d0ee80e]48
49libbsp_a_LIBADD = \
50    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[4cbf22a]51    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
[65cf99c]52
[760486f7]53include $(srcdir)/preinstall.am
[a4aeb92]54include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.