X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fethtool%2Fethtool-app%2FMakefile;h=9ecfc0b893671048e76d405c17852e38271acd46;hp=4cd9efdd574b3c909abd44b7f40f6502703c36e0;hb=5d7b673d5fd6663b20c675dd382d9fb43b42af18;hpb=739e13bcc98f562d3301f808ec76507ebae82e63 diff --git a/examples/ethtool/ethtool-app/Makefile b/examples/ethtool/ethtool-app/Makefile index 4cd9efdd57..9ecfc0b893 100644 --- a/examples/ethtool/ethtool-app/Makefile +++ b/examples/ethtool/ethtool-app/Makefile @@ -16,7 +16,7 @@ APP = ethtool # all source are stored in SRCS-y SRCS-y := main.c ethapp.c -CFLAGS += -O3 -D_GNU_SOURCE -pthread -I$(SRCDIR)/../lib +CFLAGS += -O3 -pthread -I$(SRCDIR)/../lib CFLAGS += $(WERROR_FLAGS) LDLIBS += -L$(subst ethtool-app,lib,$(RTE_OUTPUT))/lib