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 68feab0d..9cb9fb7c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,10 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
TARGETS := all clean
VNF_DIR := VNFs
+ACL := $(VNF_DIR)/vACL
CGNAPT := $(VNF_DIR)/vCGNAPT
-subdirs := $(CGNAPT)
+subdirs := $(ACL) $(CGNAPT)
.PHONY: $(TARGETS) $(subdirs)