diff options
Diffstat (limited to 'app/pdump/Makefile')
-rw-r--r-- | app/pdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pdump/Makefile b/app/pdump/Makefile index d85bb08e..536198fa 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) |