summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cb9fb7c..35aa5f32 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,10 @@ 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
-subdirs := $(ACL) $(CGNAPT)
+subdirs := $(ACL) $(CGNAPT) $(FW)
.PHONY: $(TARGETS) $(subdirs)