source: rtems/c/src/lib/libbsp/m68k/Makefile.am @ 78c9fe8

5
Last change on this file since 78c9fe8 was 2858939a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/09/15 at 11:03:49

bsps: Delete superfluous bsp_pretasking_hook()

Use the bsp_predriver_hook() instead.

Update #2408.

  • Property mode set to 100644
File size: 640 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 =
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.