Files
rtems/testsuites/libtests/termios04/Makefile.am
Joel Sherrill b6eaf42933 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new test to exercise termios RX and TX
	interrupt driven IO support.
	* termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
	termios04/termios04.doc, termios04/termios04.scn,
	termios04/termios_testdriver_intr.c,
	termios04/termios_testdriver_intr.h: New files.
2010-06-28 14:23:19 +00:00

27 lines
621 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = termios04
termios04_SOURCES = init.c termios_testdriver_intr.c
dist_rtems_tests_DATA = termios04.scn
dist_rtems_tests_DATA += termios04.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 = $(termios04_OBJECTS) $(termios04_LDADD)
LINK_LIBS = $(termios04_LDLIBS)
termios04$(EXEEXT): $(termios04_OBJECTS) $(termios04_DEPENDENCIES)
@rm -f termios04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am