summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 21c11a783..b20442d62 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -42,10 +42,12 @@ SUBDIRS = dhcpd hello helloxx hidkbd igmp mm mount nettest nsh null nx \
udp uip usbserial usbstorage wget wlan
all: nothing
-.PHONY: nothing depend clean distclean
+.PHONY: nothing context depend clean distclean
nothing:
+context:
+
depend:
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir depend TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \