examples/tep_term: implement VXLAN processing
[dpdk.git] / examples / tep_termination / Makefile
index 0525a2c..c37e50f 100644 (file)
@@ -47,7 +47,7 @@ endif
 APP = tep_termination
 
 # all source are stored in SRCS-y
-SRCS-y := main.c
+SRCS-y := main.c vxlan_setup.c vxlan.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)