Thread (85 messages) 85 messages, 4 authors, 2025-02-07

Re: [dpdk-dev] [PATCH 10/11] bus/vmbus: add meson support for FreeBSD OS

From: Long Li <longli@microsoft.com>
Date: 2021-11-06 20:54:48

Subject: [PATCH 10/11] bus/vmbus: add meson support for FreeBSD OS

[You don't often get email from srikanth.k@oneconvergence.com. Learn why
this is important at http://aka.ms/LearnAboutSenderIdentification.]

add meson support for FreeBSD OS

Signed-off-by: Srikanth Kaka <redacted>
Signed-off-by: Vag Singh <redacted>
Signed-off-by: Anand Thulasiram <redacted>
Reviewed-by: Long Li <longli@microsoft.com>
quoted hunk ↗ jump to hunk
---
 drivers/bus/vmbus/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/bus/vmbus/meson.build b/drivers/bus/vmbus/meson.build
index 3892cbf67f..8fbe144fcd 100644
--- a/drivers/bus/vmbus/meson.build
+++ b/drivers/bus/vmbus/meson.build
@@ -20,7 +20,11 @@ if is_linux
     sources += files('linux/vmbus_bus.c',
             'linux/vmbus_uio.c')
     includes += include_directories('linux')
+elif is_freebsd
+    sources += files('freebsd/vmbus_bus.c',
+         'freebsd/vmbus_uio.c')
+    includes += include_directories('freebsd')
 else
     build = false
-    reason = 'only supported on Linux'
+    reason = 'only supported on Linux & FreeBSD'
 endif
--
2.30.2
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help