Created
February 18, 2022 00:08
-
-
Save nickdesaulniers/30028b4ae714e0105952a706c976bc31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/init/Kconfig b/init/Kconfig | |
index e9119bf54b1f..fce97bfbe452 100644 | |
--- a/init/Kconfig | |
+++ b/init/Kconfig | |
@@ -153,7 +153,7 @@ config WERROR | |
config UAPI_HEADER_TEST | |
bool "Compile test UAPI headers" | |
- depends on HEADERS_INSTALL && CC_CAN_LINK | |
+ depends on HEADERS_INSTALL | |
help | |
Compile test headers exported to user-space to ensure they are | |
self-contained, i.e. compilable as standalone units. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment