summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 2bff9934e..9d20e9312 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -104,7 +104,7 @@ all: nothing
define SDIR_template
$(1)_$(2):
- $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ $(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
endef
$(foreach SDIR, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))