forked from Imagelibrary/rtems
13 lines
308 B
Makefile
13 lines
308 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
|
|
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
|
|
rtems++ tztest block01
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|