Skip to content

Instantly share code, notes, and snippets.

@nickdesaulniers
Created February 18, 2022 00:08
Show Gist options
  • Save nickdesaulniers/30028b4ae714e0105952a706c976bc31 to your computer and use it in GitHub Desktop.
Save nickdesaulniers/30028b4ae714e0105952a706c976bc31 to your computer and use it in GitHub Desktop.
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