summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7bfb25c476582220d6442be79d99e14b97abe76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  $Id$
#

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg

SUBDIRS=hello_world_ada delay_until stack_check

ifeq ($(HAS_NETWORKING),yes)
  SUBDIRS += dumpwebpage pingpong gen-soconn
endif