summaryrefslogtreecommitdiff
path: root/nuttx/examples/dhcpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/dhcpd/Makefile')
-rw-r--r--nuttx/examples/dhcpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/dhcpd/Makefile b/nuttx/examples/dhcpd/Makefile
index e831488bc..aee288668 100644
--- a/nuttx/examples/dhcpd/Makefile
+++ b/nuttx/examples/dhcpd/Makefile
@@ -38,7 +38,7 @@
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = daemon.c
+CSRCS = target.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)