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

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

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

EXTRA_DIST =
EXTRA_DIST += shared/bspspuriousinit.c
EXTRA_DIST += shared/c3xspurious.c
EXTRA_DIST += shared/c4xspurious.c

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