summaryrefslogtreecommitdiff
path: root/apps/examples/netpkt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/netpkt/Makefile')
-rw-r--r--apps/examples/netpkt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/netpkt/Makefile b/apps/examples/netpkt/Makefile
index 46666be76..f4fb2eef1 100644
--- a/apps/examples/netpkt/Makefile
+++ b/apps/examples/netpkt/Makefile
@@ -46,7 +46,8 @@ STACKSIZE = 2048
# MDIO tool
ASRCS =
-CSRCS = netpkt_main.c
+CSRCS =
+MAINSRC = netpkt_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))