source: rtems/c/src/lib/libbsp/m68k/mvme147s/Makefile.am @ e58e29fd

5
Last change on this file since e58e29fd was e58e29fd, checked in by Sebastian Huber <sebastian.huber@…>, on 11/24/17 at 06:58:55

Remove coverhd.h

This header file contained timing overhead values which are hard to
maintain.

Update #3254.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6
7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
10include_HEADERS += include/tm27.h
11
12nodist_include_HEADERS = include/bspopts.h
13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
14DISTCLEANFILES = include/bspopts.h
15noinst_PROGRAMS =
16
17
18## Zilog component header files
19include_rtems_zilogdir = $(includedir)/rtems/zilog
20include_rtems_zilog_HEADERS = ../../shared/include/zilog/z8530.h
21
22noinst_LIBRARIES = libbspstart.a
23libbspstart_a_SOURCES = ../../m68k/shared/start/start.S
24project_lib_DATA = start.$(OBJEXT)
25
26dist_project_lib_DATA += startup/linkcmds
27
28noinst_LIBRARIES += libbsp.a
29libbsp_a_SOURCES =
30
31# startup
32libbsp_a_SOURCES += ../../shared/bspclean.c \
33    ../../shared/bsppredriverhook.c \
34    startup/bspstart.c ../../shared/bootcard.c \
35    ../../shared/getentropy-cpucounter.c \
36    ../../shared/setvec.c \
37    ../../shared/bspgetworkarea.c ../../shared/setvec.c \
38    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c
39libbsp_a_SOURCES += ../../shared/bspreset.c
40# clock
41libbsp_a_SOURCES += ../mvme147/clock/ckinit.c
42# console
43libbsp_a_SOURCES += ../mvme147/console/console.c \
44    ../../shared/dummy_printk_support.c
45# timer
46libbsp_a_SOURCES += ../mvme147/timer/timer.c ../mvme147/timer/timerisr.S
47
48if HAS_MP
49# shmsupp
50libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
51    shmsupp/mpisr.c
52endif
53
54libbsp_a_LIBADD = \
55    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
56    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
57
58EXTRA_DIST = times
59
60include $(srcdir)/preinstall.am
61include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.