[PATCH v3 3/3] drivers: enable drivers to be compiled with MSVC
Andre Muezerie
andremue at linux.microsoft.com
Thu Jun 12 16:17:22 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 7b7205dfac..07ff94ff26 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.49.0.vfs.0.3
More information about the dev
mailing list