summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index ddffda703..36aa0a169 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -101,11 +101,12 @@ $(HOST_BIN): $(HOST_OBJS)
.built: $(TARG_BIN) $(HOST_BIN)
+context:
+
.depend: Makefile $(TARG_SRCS)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep
@touch $@
-# Register application
depend: .depend
clean: