summaryrefslogtreecommitdiff
path: root/apps/vsn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/vsn/Makefile')
-rw-r--r--apps/vsn/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/vsn/Makefile b/apps/vsn/Makefile
index b3fed59c2..a2dab4dbc 100644
--- a/apps/vsn/Makefile
+++ b/apps/vsn/Makefile
@@ -40,10 +40,18 @@
SUBDIRS = free hello poweroff ramtron sdcard
all: nothing
-.PHONY: nothing depend clean distclean
+.PHONY: nothing context depend clean distclean
nothing:
+.context:
+ @for dir in $(SUBDIRS) ; do \
+ $(MAKE) -C $$dir context TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \
+ done
+ @touch $@
+
+context: .context
+
depend:
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir depend TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \