summaryrefslogtreecommitdiff
path: root/apps/netutils/tftpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/tftpc/Makefile')
-rw-r--r--apps/netutils/tftpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/netutils/tftpc/Makefile b/apps/netutils/tftpc/Makefile
index cd0792a4e..952bc620e 100644
--- a/apps/netutils/tftpc/Makefile
+++ b/apps/netutils/tftpc/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# TFTP Client Library
ASRCS =
-CSRCS =
+CSRCS =
ifeq ($(CONFIG_NET_UDP),y)
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
@@ -68,7 +68,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context depend clean distclean