summaryrefslogtreecommitdiff
path: root/apps/examples/udp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/Makefile')
-rw-r--r--apps/examples/udp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 118c42307..60932024e 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -39,7 +39,7 @@ include $(APPDIR)/Make.defs
# UDP Test
-TARG_ASRCS =
+TARG_ASRCS =
TARG_CSRCS = target.c
ifeq ($(CONFIG_EXAMPLES_UDP_SERVER),y)
@@ -84,7 +84,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean