summaryrefslogtreecommitdiff
path: root/apps/graphics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/Makefile')
-rw-r--r--apps/graphics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/Makefile b/apps/graphics/Makefile
index 474118450..94d2ff5c0 100644
--- a/apps/graphics/Makefile
+++ b/apps/graphics/Makefile
@@ -48,7 +48,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)))