Commit 2282aea4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Run "make help" without specifying app

parent 89701c1f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -18,7 +18,9 @@ ifneq (${stack_usage}, )
	COMMON_FLAGS += -fstack-usage
endif

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

ifneq (${arch}, )
	include src/arch/${arch}/Makefile.inc
endif

stack: default
	${QUIET}test -n "${OBJDUMP}"