Imported Upstream version 17.05
[deb_dpdk.git] / test / test-acl / Makefile
similarity index 96%
rename from app/test-acl/Makefile
rename to test/test-acl/Makefile
index 43dfdcb..29de80a 100644 (file)
@@ -40,9 +40,6 @@ CFLAGS += $(WERROR_FLAGS)
 # all source are stored in SRCS-y
 SRCS-y := main.c
 
-# this application needs libraries first
-DEPDIRS-y += lib
-
 include $(RTE_SDK)/mk/rte.app.mk
 
 endif