From 17a7c3edb0caaa2d231a89851e993028ef0530d5 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Tue, 9 May 2023 13:02:23 +0000 Subject: *kmk: VBOX_ONLY_SDK_ON_WINDOWS changes and cleanups. bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99701 cfe28804-0f27-0410-a406-dd0f0b0b656f --- Config.kmk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.kmk') diff --git a/Config.kmk b/Config.kmk index 4cc8733f554..ab176892365 100644 --- a/Config.kmk +++ b/Config.kmk @@ -2378,12 +2378,12 @@ VBOX_PYLINT_FLAGS = $(if-expr $(VBOX_PYLINT_VERSION) >= 10500,--reports=n,--repo # Define the macro for win path conversion. -ifndef VBOX_ONLY_SDK +if !defined(VBOX_ONLY_SDK) || defined(VBOX_ONLY_SDK_ON_WINDOWS) VBOX_FN_MAKE_WIN_PATH = "$(quote-sh-dq $(subst /,\,$(requote unq, $(1))))" else # Z: is always FS root for Wine. VBOX_FN_MAKE_WIN_PATH = $(subst /,\\,$(patsubst /%,Z:/%,$(1))) -endif #!VBOX_ONLY_SDK +endif # The kprofile build automagically links with kProfile. ifeq ($(KBUILD_TYPE),kprofile) -- cgit v1.2.1