summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7183a93d172c34f3d3cbd88ebbce55b19dcaf530 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#  $Id$
#

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

SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check

ifeq ($(RTEMS_BSP),erc32)
  SUBDIRS += irq_test irq_test_c
endif

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