Now that all issues related to drivers are addressed they can be enabled to be built with MSVC.
Signed-off-by: Andre Muezerie <andre...@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