]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/sw/Makefile
net/octeontx: support fast mbuf free
[dpdk.git] / drivers / event / sw / Makefile
index 17937e295ebebb952a1d523c0c86b2745a088583..8ea5cceb8bd6b34b51383a8343ffac7819d7c8ad 100644 (file)
@@ -9,13 +9,6 @@ LIB = librte_pmd_sw_event.a
 # build flags
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
-# for older GCC versions, allow us to initialize an event using
-# designated initializers.
-ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)
-ifeq ($(shell test $(GCC_VERSION) -le 50 && echo 1), 1)
-CFLAGS += -Wno-missing-field-initializers
-endif
-endif
 LDLIBS += -lrte_eal -lrte_eventdev -lrte_kvargs -lrte_ring
 LDLIBS += -lrte_mempool -lrte_mbuf
 LDLIBS += -lrte_bus_vdev