diff --git a/build/sdk_only_whitelist.mk b/build/windows_sdk_whitelist.mk similarity index 94% rename from build/sdk_only_whitelist.mk rename to build/windows_sdk_whitelist.mk index 191e1b4a4..523883a48 100644 --- a/build/sdk_only_whitelist.mk +++ b/build/windows_sdk_whitelist.mk @@ -13,11 +13,11 @@ # Note that there are 2 flavors of this file: # -# - The other file: sdk/build/sdk_only_whitelist.mk +# - The other file: sdk/build/windows_sdk_whitelist.mk # must list all projects that are that are NOT specific to a given platform. # These binaries are the ones typically found in the SDK/tools directory. # -# - This file: development/build/sdk_only_whitelist.mk +# - This file: development/build/windows_sdk_whitelist.mk # must list all projects that are specific to a given platform. These # projects generate files that are generally locates in SDK/platform-tools, # or SDK/platforms/, etc.