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