source: rtems/c/src/lib/libbsp/bfin/TLL6527M/Makefile.am @ 2d0bc83

5
Last change on this file since 2d0bc83 was 2d0bc83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/30/18 at 18:42:21

build: Remove EXTRA_DIST

A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4include $(top_srcdir)/../../bsp.am
5
6dist_project_lib_DATA = startup/bsp_specs
7
8DISTCLEANFILES = include/bspopts.h
9
10noinst_PROGRAMS =
11
12
13start.$(OBJEXT): ../shared/start/start.S
14        $(CPPASCOMPILE) -o $@ -c $<
15project_lib_DATA = start.$(OBJEXT)
16
17project_lib_DATA += linkcmds
18
19noinst_LIBRARIES = libbsp.a
20
21libbsp_a_SOURCES = \
22        startup/bspstart.c \
23        ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
24        ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
25        ../../shared/getentropy-cpucounter.c \
26        ../../shared/bspgetworkarea.c
27libbsp_a_SOURCES += ../../shared/bspreset.c
28
29libbsp_a_SOURCES += console/console.c
30libbsp_a_SOURCES += ../../../../../../bsps/bfin/shared/cache/cache.c
31libbsp_a_SOURCES += ../../../../../../bsps/bfin/TLL6527M/start/interrupt.c
32
33
34include $(top_srcdir)/../../../../automake/local.am
35include $(srcdir)/../../../../../../bsps/bfin/shared/shared.am
36include $(srcdir)/../../../../../../bsps/bfin/TLL6527M/headers.am
Note: See TracBrowser for help on using the repository browser.