diff options
Diffstat (limited to 'drivers/net/avf/Makefile')
-rw-r--r-- | drivers/net/avf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/avf/Makefile b/drivers/net/avf/Makefile index 3f815bbc..aec6e4cb 100644 --- a/drivers/net/avf/Makefile +++ b/drivers/net/avf/Makefile @@ -8,7 +8,7 @@ include $(RTE_SDK)/mk/rte.vars.mk # LIB = librte_pmd_avf.a -CFLAGS += -O3 +CFLAGS += -O3 $(WERROR_FLAGS) -Wno-strict-aliasing -DALLOW_EXPERIMENTAL_API LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash LDLIBS += -lrte_bus_pci |