mk: remove uio suffix from virtio pmd
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Apr 2015 17:23:45 +0000 (19:23 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Apr 2015 19:49:04 +0000 (21:49 +0200)
The virtio pmd is not restricted to uio anymore.

Fixes: da978dfdc43b ("virtio: use port IO to get PCI resource")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
lib/librte_pmd_virtio/Makefile
mk/rte.app.mk

index 793067f..21ff7e5 100644 (file)
@@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 #
 # library name
 #
-LIB = librte_pmd_virtio_uio.a
+LIB = librte_pmd_virtio.a
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
index 56886dc..aa8af79 100644 (file)
@@ -212,7 +212,7 @@ LDLIBS += -lrte_pmd_vmxnet3_uio
 endif
 
 ifeq ($(CONFIG_RTE_LIBRTE_VIRTIO_PMD),y)
-LDLIBS += -lrte_pmd_virtio_uio
+LDLIBS += -lrte_pmd_virtio
 endif
 
 ifeq ($(CONFIG_RTE_LIBRTE_ENIC_PMD),y)