source: rtems/c/src/lib/libbsp/bfin/eZKit533/Makefile.am @ 2f7a25c

5
Last change on this file since 2f7a25c 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
27libbsp_a_SOURCES =
28
29libbsp_a_SOURCES += \
30        startup/bspstart.c \
31        ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
32        ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
33        ../../shared/getentropy-cpucounter.c \
34        ../../shared/bspgetworkarea.c
35libbsp_a_SOURCES += ../../shared/bspreset.c
36
37libbsp_a_SOURCES += console/console-io.c
38
39libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/mmu.rel
40libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/interrupt.rel
41libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel
42libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/uart.rel
43libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/clock.rel
44libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/rtc.rel
45libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/timer.rel
46
47EXTRA_DIST = times
48
49include $(srcdir)/preinstall.am
50include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.