source: rtems/c/src/lib/libbsp/m68k/mvme147/Makefile.am @ fc2ec62

5
Last change on this file since fc2ec62 was fc2ec62, checked in by Sebastian Huber <sebastian.huber@…>, on 03/26/18 at 10:10:15

bsps/m68k: 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.3 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[33a2faa]2EXTRA_DIST =
[7068e246]3
[d5f9138]4include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]5include $(top_srcdir)/../../bsp.am
[d5f9138]6
[2afb22b]7dist_project_lib_DATA = startup/bsp_specs
[a1bc0a15]8
[4cbf22a]9DISTCLEANFILES = include/bspopts.h
10noinst_PROGRAMS =
[7068e246]11
[2821666f]12
[1aa7b8b]13## Zilog component header files
14
[ec32100]15EXTRA_DIST += ../../m68k/shared/start/start.S
16start.$(OBJEXT): ../../m68k/shared/start/start.S
17        $(CPPASCOMPILE) -o $@ -c $<
[4cbf22a]18project_lib_DATA = start.$(OBJEXT)
[9b9f76fe]19
[2afb22b]20project_lib_DATA += linkcmds
[9b9f76fe]21
[ec32100]22noinst_LIBRARIES = libbsp.a
[64eb0c7]23libbsp_a_SOURCES =
[e94666d]24
[64eb0c7]25# startup
[ca4602e]26libbsp_a_SOURCES += startup/bspclean.c \
27    startup/bspstart.c ../../shared/bootcard.c \
[ca4895c]28    ../../shared/getentropy-cpucounter.c \
[2858939a]29    ../../shared/bsppredriverhook.c \
[07ce99e]30    ../../shared/bspgetworkarea.c ../../shared/sbrk.c \
[06d34af]31    ../../shared/setvec.c ../../shared/gnatinstallhandler.c
[3dd381f]32libbsp_a_SOURCES += ../../shared/bspreset.c
[64eb0c7]33# clock
34libbsp_a_SOURCES += clock/ckinit.c
35# console
36libbsp_a_SOURCES += console/console.c ../../shared/dummy_printk_support.c
37# timer
38libbsp_a_SOURCES += timer/timer.c timer/timerisr.S
[1d0ee80e]39
[4cf93658]40libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/cache/cache.c
[fc2ec62]41libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/m68kidle.c
42libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/memProbe.c
[d5f9138]43
[33a2faa]44EXTRA_DIST += times
[7068e246]45
[a4aeb92]46include $(top_srcdir)/../../../../automake/local.am
[2afb22b]47include $(srcdir)/../../../../../../bsps/m68k/mvme147/headers.am
Note: See TracBrowser for help on using the repository browser.