diff options
Diffstat (limited to 'drivers/net/virtio/Makefile')
-rw-r--r-- | drivers/net/virtio/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/virtio/Makefile b/drivers/net/virtio/Makefile index b21b8781..f2b5d1c3 100644 --- a/drivers/net/virtio/Makefile +++ b/drivers/net/virtio/Makefile @@ -38,6 +38,12 @@ LIB = librte_pmd_virtio.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring +LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs +LDLIBS += -lrte_bus_pci +ifeq ($(CONFIG_RTE_VIRTIO_USER),y) +LDLIBS += -lrte_bus_vdev +endif EXPORT_MAP := rte_pmd_virtio_version.map |