From e98031646a1b858c513d339685d23b8f6e3e8671 Mon Sep 17 00:00:00 2001 From: Tom Jones Date: Thu, 8 Feb 2024 14:59:03 +0000 Subject: vhost: Only enable plugin on Linux Type: improvement Change-Id: I6cf5adbd609d911e15dcc6d976cda4ad21ce89ad Signed-off-by: Tom Jones --- src/plugins/vhost/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/vhost/CMakeLists.txt b/src/plugins/vhost/CMakeLists.txt index f72d9f20346..6b86c8c98d1 100644 --- a/src/plugins/vhost/CMakeLists.txt +++ b/src/plugins/vhost/CMakeLists.txt @@ -29,4 +29,6 @@ add_vpp_plugin(vhost API_FILES vhost_user.api + + SUPPORTED_OS_LIST Linux ) -- cgit 1.2.3-korg