source: rtems/testsuites/libtests/spi01/Makefile.am @ a42be52

5
Last change on this file since a42be52 was a42be52, checked in by Alexander Krutwig <alexander.krutwig@…>, on 09/12/16 at 13:00:46

Add SPI bus framework

User API is compatible to Linux userspace API. New test libtests/spi01.

Update #2776.

  • Property mode set to 100644
File size: 480 bytes
Line 
1rtems_tests_PROGRAMS = spi01
2spi01_SOURCES = init.c
3
4dist_rtems_tests_DATA = spi01.scn spi01.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(spi01_OBJECTS)
13LINK_LIBS = $(spi01_LDLIBS)
14
15spi01$(EXEEXT): $(spi01_OBJECTS) $(spi01_DEPENDENCIES)
16        @rm -f spi01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.