source: rtems/c/src/lib/libbsp/m68k/mcf5235/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
RevLine 
[1612af0]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
[a1bc0a15]5include_bspdir = $(includedir)/bsp
6
[1612af0]7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
10include_HEADERS += include/tm27.h
11
12nodist_include_HEADERS = include/bspopts.h
[a1bc0a15]13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[1612af0]14DISTCLEANFILES = include/bspopts.h
15noinst_PROGRAMS =
16
17
[a14fba32]18noinst_LIBRARIES = libbspstart.a
19libbspstart_a_SOURCES = start/start.S
[1612af0]20project_lib_DATA = start.$(OBJEXT)
21
[504c5ca]22dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash \
[e94666d]23    startup/linkcmdsram
24
[a14fba32]25noinst_LIBRARIES += libbsp.a
[64eb0c7]26libbsp_a_SOURCES =
[1612af0]27
[64eb0c7]28# startup
29libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
[ca4602e]30    ../../shared/bspreset_loop.c \
[2858939a]31    startup/bspgetcpuclockspeed.c \
[2fbe159e]32    ../../shared/bspgetworkarea.c startup/init5235.c startup/bspstart.c \
[06d34af]33    ../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
[ca4895c]34    ../../shared/getentropy-cpucounter.c \
[e870941]35    ../../shared/gnatinstallhandler.c \
[dd309b1]36    startup/copyvectors.c
[64eb0c7]37# clock
[27b355b]38libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
[64eb0c7]39# console
40libbsp_a_SOURCES += console/console.c
41# timer
42libbsp_a_SOURCES += timer/timer.c
[1612af0]43
44if HAS_NETWORKING
45network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
46noinst_PROGRAMS += network.rel
47network_rel_SOURCES = network/network.c
48network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
49    $(network_CPPFLAGS)
50network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
51endif
52
[1d0ee80e]53libbsp_a_LIBADD = \
54    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[2fbe159e]55    ../../../libcpu/@RTEMS_CPU@/mcf5235/cachepd.rel \
[1d0ee80e]56    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
[1612af0]57if HAS_NETWORKING
58libbsp_a_LIBADD += network.rel
59endif
60
[760486f7]61include $(srcdir)/preinstall.am
[1612af0]62include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.