summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7bfb25c..7183a93 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,12 @@ include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg
-SUBDIRS=hello_world_ada delay_until stack_check
+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
-