Imported Upstream version 17.05
[deb_dpdk.git] / test / cmdline_test / Makefile
similarity index 96%
rename from app/cmdline_test/Makefile
rename to test/cmdline_test/Makefile
index c6169f5..e9eafd2 100644 (file)
@@ -47,9 +47,6 @@ SRCS-y += commands.c
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
-# this application needs libraries first
-DEPDIRS-y += lib drivers
-
 include $(RTE_SDK)/mk/rte.app.mk
 
 endif