summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-06-02 04:46:35 +0530
committerDeepak S <deepak.s@linux.intel.com>2017-06-02 13:36:24 +0000
commit8771dd76aefffe0dd294d11984d733595946a650 (patch)
tree26e782f829d355841bf032dfa8ee266a7180e14c /Makefile
parent6c6048847ae1a903c77a4fc00a9a809ce3e35fa3 (diff)
Revert "[SAMPLEVNF] Adding UDP Replay VNF"
This reverts commit 1b0802cbf10ac4d8911f0916d4ba0b02010924c8. Change-Id: Ic2bb69125d0d849b260475026a1088911d2d7109 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c14693f..35aa5f32 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,8 @@ VNF_DIR := VNFs
ACL := $(VNF_DIR)/vACL
FW := $(VNF_DIR)/vFW
CGNAPT := $(VNF_DIR)/vCGNAPT
-UDP_Replay := $(VNF_DIR)/UDP_Replay
-subdirs := $(ACL) $(CGNAPT) $(FW) $(UDP_Replay)
+subdirs := $(ACL) $(CGNAPT) $(FW)
.PHONY: $(TARGETS) $(subdirs)