X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fevent%2Fopdl%2FMakefile;h=1dfd6f5e832ba7c8724fdebced02cee7f1796cb1;hb=6f63bf7bda7eeae163d8cc9cfa8a7f2aa09c220d;hp=bf50a60a0b3a043d2661255b8250ce8aa3779d48;hpb=76ca29a7d6ef94ac0e608a9a97ec605e150e0503;p=dpdk.git diff --git a/drivers/event/opdl/Makefile b/drivers/event/opdl/Makefile index bf50a60a0b..1dfd6f5e83 100644 --- a/drivers/event/opdl/Makefile +++ b/drivers/event/opdl/Makefile @@ -9,20 +9,11 @@ LIB = librte_pmd_opdl_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 +CFLAGS += -DALLOW_EXPERIMENTAL_API LDLIBS += -lrte_eal -lrte_eventdev -lrte_kvargs LDLIBS += -lrte_bus_vdev -lrte_mbuf -lrte_mempool -# library version -LIBABIVER := 1 - # versioning export map EXPORT_MAP := rte_pmd_opdl_event_version.map