[v3,3/3] drivers: enable drivers to be compiled with MSVC
Checks
Commit Message
Now that all issues related to drivers are addressed they can be
enabled to be built with MSVC.
Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
---
drivers/meson.build | 4 ----
1 file changed, 4 deletions(-)
Comments
Recheck-request: iol-compile-amd64-testing
Just sending this recheck request to ensure that our reporting script is
fixed and that it reports a FAIL instead of a WARN. Once that's done, we'll
upgrade the meson version on the system and do another retest.
@@ -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',