source: rtems/c/src/lib/libbsp/m68k/Makefile.am @ 991fdb33

4.115
Last change on this file since 991fdb33 was 6440903c, checked in by Sebastian Huber <sebastian.huber@…>, on 12/05/13 at 09:26:08

bsps/m68k: Add and use linkcmds.base

  • Property mode set to 100644
File size: 668 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4SUBDIRS = @RTEMS_BSP_FAMILY@
5
6include_bspdir = $(includedir)/bsp
7include_bsp_HEADERS = shared/include/linker-symbols.h
8
9dist_project_lib_DATA = shared/startup/linkcmds.base
10
11EXTRA_DIST = shared/m68kpretaskinghook.c
12EXTRA_DIST += ../shared/setvec.c
13EXTRA_DIST += shared/start.S
14
15EXTRA_DIST += shared/bspspuriousinit.c shared/m68000spurious.c
16
17EXTRA_DIST += shared/mvme/mvme16x_hw.h
18
19EXTRA_DIST += shared/gdbstub/m68k-stub.c shared/gdbstub/gdb_if.h
20
21include $(srcdir)/preinstall.am
22include $(top_srcdir)/../../../automake/subdirs.am
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.