Imported Upstream version 16.07-rc1
[deb_dpdk.git] / drivers / net / bnx2x / Makefile
index 6f1f385..c2ddd8d 100644 (file)
@@ -14,6 +14,10 @@ EXPORT_MAP := rte_pmd_bnx2x_version.map
 
 LIBABIVER := 1
 
+ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
+CFLAGS += -wd188 #188: enumerated type mixed with another type
+endif
+
 #
 # all source are stored in SRCS-y
 #