Skip to content
Snippets Groups Projects
Commit 2282aea4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Run "make help" without specifying app

parent 89701c1f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ ifneq (${stack_usage}, )
COMMON_FLAGS += -fstack-usage
endif
include src/app/${app}/Makefile.inc
ifneq (${app}, )
include src/app/${app}/Makefile.inc
endif
ifneq ($(findstring lm75,${drivers}), )
CXX_TARGETS += src/driver/lm75.cc
......@@ -130,7 +132,9 @@ ifeq (${trace_malloc}, 1)
COMMON_FLAGS += -DMULTIPASS_TRACE_MALLOC
endif
include src/arch/${arch}/Makefile.inc
ifneq (${arch}, )
include src/arch/${arch}/Makefile.inc
endif
stack: default
${QUIET}test -n "${OBJDUMP}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment