mk: fix vhost linking
librte_vhost is not a plugin but a library, move it to proper section to fix sample app build in shared, non-combined library setup. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
This commit is contained in:
parent
2250cc5a19
commit
e693b0100f
@ -125,6 +125,10 @@ LDLIBS += -lm
|
||||
LDLIBS += -lrt
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_VHOST), y)
|
||||
LDLIBS += -lrte_vhost
|
||||
endif
|
||||
|
||||
endif # ! CONFIG_RTE_BUILD_COMBINE_LIBS
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_PMD_PCAP),y)
|
||||
@ -199,10 +203,6 @@ ifeq ($(CONFIG_RTE_LIBRTE_VIRTIO_PMD),y)
|
||||
LDLIBS += -lrte_pmd_virtio_uio
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_VHOST), y)
|
||||
LDLIBS += -lrte_vhost
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_ENIC_PMD),y)
|
||||
LDLIBS += -lrte_pmd_enic
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user