summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ntosd-dm320/src/Makefile')
-rw-r--r--nuttx/configs/ntosd-dm320/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ntosd-dm320/src/Makefile b/nuttx/configs/ntosd-dm320/src/Makefile
index 158b7f4d4..862f23a66 100644
--- a/nuttx/configs/ntosd-dm320/src/Makefile
+++ b/nuttx/configs/ntosd-dm320/src/Makefile
@@ -40,7 +40,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_leds.c
+CSRCS = up_leds.c up_network.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)