File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ const char *dirlist[] =
136136{
137137 "errno" ,
138138 "hello" ,
139+ #ifndef CONFIG_DISABLE_SIGNALS
139140 "signal" ,
141+ #endif
140142 "struct" ,
141143#ifdef CONFIG_HAVE_CXX
142144 "hello++1" ,
Original file line number Diff line number Diff line change 2121ifeq ($(CONFIG_EXAMPLES_ELF),y)
2222 CONFIGURED_APPS += $(APPDIR)/examples/elf/tests/errno
2323 CONFIGURED_APPS += $(APPDIR)/examples/elf/tests/hello
24- CONFIGURED_APPS += $(APPDIR)/examples/elf/tests/signal
24+ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
25+ CONFIGURED_APPS += $(APPDIR)/examples/elf/tests/signal
26+ endif
2527 CONFIGURED_APPS += $(APPDIR)/examples/elf/tests/struct
2628 ifeq ($(CONFIG_HAVE_CXX),y)
2729 CONFIGURED_APPS += $(APPDIR)/examples/elf/tests/helloxx
You can’t perform that action at this time.
0 commit comments