source: rtems/c/src/lib/libbsp/m68k/Makefile.am @ 06d34af

4.115
Last change on this file since 06d34af was 06d34af, checked in by Gedare Bloom <gedare@…>, on 04/16/12 at 02:26:41

m68k: use shared setvec.c

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