VNFs: Correcting default traffic_type to IPv4
[samplevnf.git] / Makefile
index 68feab0..7c14693 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,12 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 
 TARGETS      := all clean
 VNF_DIR      := VNFs
+ACL          := $(VNF_DIR)/vACL
+FW           := $(VNF_DIR)/vFW
 CGNAPT       := $(VNF_DIR)/vCGNAPT
+UDP_Replay   := $(VNF_DIR)/UDP_Replay
 
-subdirs      := $(CGNAPT)
+subdirs      := $(ACL) $(CGNAPT) $(FW) $(UDP_Replay)
 
 .PHONY: $(TARGETS) $(subdirs)