[PATCH 1/3] examples/vhost: update makefile to match meson build system
Herakliusz Lipiec
herakliusz.lipiec at intel.com
Tue Jun 7 13:48:54 CEST 2022
Meson build system creates a vhost binary but Makefile
and docs reference same as vhost-switch. Updating makefile
to match meson.
Signed-off-by: Herakliusz Lipiec <herakliusz.lipiec at intel.com>
---
examples/vhost/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/vhost/Makefile b/examples/vhost/Makefile
index 975a5dfe40..ea64f02bb0 100644
--- a/examples/vhost/Makefile
+++ b/examples/vhost/Makefile
@@ -2,7 +2,7 @@
# Copyright(c) 2010-2014 Intel Corporation
# binary name
-APP = vhost-switch
+APP = dpdk-vhost
# all source are stored in SRCS-y
SRCS-y := main.c virtio_net.c
--
2.36.1
More information about the dev
mailing list