diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-06-02 04:46:35 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-06-02 13:36:24 +0000 |
commit | 8771dd76aefffe0dd294d11984d733595946a650 (patch) | |
tree | 26e782f829d355841bf032dfa8ee266a7180e14c /Makefile | |
parent | 6c6048847ae1a903c77a4fc00a9a809ce3e35fa3 (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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |