summaryrefslogtreecommitdiff
path: root/apps/graphics
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 14:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 14:13:04 +0000
commit47266483f9718a45f71626259356d481e89dd2a7 (patch)
treea323c59149de803ee3d1363c1a03a5b8e24fff0c /apps/graphics
parent5005a9f2ff8fa5549de72c10067753da303f210e (diff)
downloadnuttx-47266483f9718a45f71626259356d481e89dd2a7.tar.gz
nuttx-47266483f9718a45f71626259356d481e89dd2a7.tar.bz2
nuttx-47266483f9718a45f71626259356d481e89dd2a7.zip
Mostly cosmetic build changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/graphics')
-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)))