X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pmd_virtio%2FMakefile;h=0baaf468c03d72411029d9d6651da6e5ab1d599e;hb=da978dfdc43b;hp=793067f7a2c75d6ce573e46073aa458ca2f8d794;hpb=32c118fd005912b835f1eb94facc467549fab783;p=dpdk.git diff --git a/lib/librte_pmd_virtio/Makefile b/lib/librte_pmd_virtio/Makefile index 793067f7a2..0baaf468c0 100644 --- a/lib/librte_pmd_virtio/Makefile +++ b/lib/librte_pmd_virtio/Makefile @@ -57,4 +57,6 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_VIRTIO_PMD) += lib/librte_eal lib/librte_ether DEPDIRS-$(CONFIG_RTE_LIBRTE_VIRTIO_PMD) += lib/librte_mempool lib/librte_mbuf DEPDIRS-$(CONFIG_RTE_LIBRTE_VIRTIO_PMD) += lib/librte_net lib/librte_malloc +CFLAGS_virtio_ethdev.o += -Wno-cast-qual + include $(RTE_SDK)/mk/rte.lib.mk