summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/Makefile.am
blob: 4c98eb11d7e0503751adbc0298183072dc99a8ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../../../aclocal

## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = @RTEMS_BSP_FAMILY@

EXTRA_DIST = shared/m68kpretaskinghook.c ../shared/setvec.c shared/start.S

EXTRA_DIST += shared/bspspuriousinit.c shared/m68000spurious.c

EXTRA_DIST += shared/mvme/mvme16x_hw.h

EXTRA_DIST += shared/gdbstub/m68k-stub.c shared/gdbstub/gdb_if.h

include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am