]> git.droids-corp.org - dpdk.git/blobdiff - examples/ethtool/ethtool-app/Makefile
mk: build with _GNU_SOURCE defined by default
[dpdk.git] / examples / ethtool / ethtool-app / Makefile
index 1d400f19bcc384ccc90d7aabc0d5a31e25ca90ad..9ecfc0b893671048e76d405c17852e38271acd46 100644 (file)
@@ -16,8 +16,7 @@ APP = ethtool
 # all source are stored in SRCS-y
 SRCS-y := main.c ethapp.c
 
-CFLAGS += -DALLOW_EXPERIMENTAL_API
-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