X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fevent%2Fdsw%2FMakefile;h=922fe2e42b57dda839bad30fd6d5e19816d5c735;hb=f636f2888cec5f933802a2d76d8ea79e1edbc2c1;hp=ea1e5259a584787317090385675a49cf75491843;hpb=f3c5899bb945b4d17298d2a09c034b9d556073f1;p=dpdk.git diff --git a/drivers/event/dsw/Makefile b/drivers/event/dsw/Makefile index ea1e5259a5..922fe2e42b 100644 --- a/drivers/event/dsw/Makefile +++ b/drivers/event/dsw/Makefile @@ -5,10 +5,11 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_pmd_dsw_event.a -CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +ifneq ($(CONFIG_RTE_TOOLCHAIN_ICC),y) CFLAGS += -Wno-format-nonliteral +endif LDLIBS += -lrte_eal LDLIBS += -lrte_mbuf