summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/spi01/Makefile.am
blob: 170e08d531e8a4a3425d2ad328c88a5f3bec5e76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rtems_tests_PROGRAMS = spi01
spi01_SOURCES = init.c

dist_rtems_tests_DATA = spi01.scn spi01.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(spi01_OBJECTS)
LINK_LIBS = $(spi01_LDLIBS)

spi01$(EXEEXT): $(spi01_OBJECTS) $(spi01_DEPENDENCIES)
	@rm -f spi01$(EXEEXT)
	$(make-exe)

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