X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Fpdump%2FMakefile;h=38ac3e9aa396ca8397312754fd12d16ce86b4b93;hb=aa96bcbdae072b34403872192306c00a77409ea5;hp=d85bb08e31b7a1ccb7fe24a10820debfd602e02a;hpb=caa7028276b85a4b25431cdd471438faf82793f6;p=dpdk.git diff --git a/app/pdump/Makefile b/app/pdump/Makefile index d85bb08e31..38ac3e9aa3 100644 --- a/app/pdump/Makefile +++ b/app/pdump/Makefile @@ -33,7 +33,7 @@ include $(RTE_SDK)/mk/rte.vars.mk ifeq ($(CONFIG_RTE_LIBRTE_PDUMP),y) -APP = dpdk_pdump +APP = dpdk-pdump CFLAGS += $(WERROR_FLAGS) @@ -41,9 +41,6 @@ CFLAGS += $(WERROR_FLAGS) SRCS-y := main.c -# this application needs libraries first -DEPDIRS-y += lib - include $(RTE_SDK)/mk/rte.app.mk endif