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

5
Last change on this file since e2bd1f6 was e2bd1f6, checked in by Sebastian Huber <sebastian.huber@…>, on 03/21/18 at 15:38:43

bsp/bfin: Move libcpu content to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

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