[PATCH v4 3/3] drivers: enable drivers to be compiled with MSVC
Andre Muezerie
andremue at linux.microsoft.com
Mon Jul 21 17:24:44 CEST 2025
Now that all issues related to drivers are addressed they can be
enabled to be built with MSVC.
Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
---
drivers/meson.build | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/meson.build b/drivers/meson.build
index b62880db02..d98ef27f66 100644
--- a/drivers/meson.build
+++ b/drivers/meson.build
@@ -1,10 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017-2019 Intel Corporation
-if is_ms_compiler
- subdir_done()
-endif
-
# Defines the order of dependencies evaluation
subdirs = [
'common',
--
2.50.1.vfs.0.0
More information about the dev
mailing list