summaryrefslogtreecommitdiff
path: root/apps/graphics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/Makefile')
-rw-r--r--apps/graphics/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/graphics/Makefile b/apps/graphics/Makefile
index 94d2ff5c0..a5d67b676 100644
--- a/apps/graphics/Makefile
+++ b/apps/graphics/Makefile
@@ -33,7 +33,7 @@
#
############################################################################
--include $(TOPDIR)/.config # Current configuration
+-include $(TOPDIR)/.config
# Sub-directories
@@ -51,14 +51,14 @@ $(1)_$(2):
$(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
endef
-$(foreach SDIR, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
+# $(foreach SDIR, $(CNTXTDIRS), $(eval $(call SDIR_template,$(SDIR),context)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),depend)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),clean)))
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),distclean)))
nothing:
-context: $(foreach SDIR, $(CNTXTDIRS), $(SDIR)_context)
+context: # $(foreach SDIR, $(CNTXTDIRS), $(SDIR)_context)
depend: $(foreach SDIR, $(SUBDIRS), $(SDIR)_depend)