mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: Kconfig: break UAPI_HEADER_TEST dependency on CC_CAN_LINK
From what I can tell, this might not actually be required. Bug: 190019968 Suggested-by: Elliot Berman <quic_eberman@quicinc.com> Suggested-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I3ae02a7c25c99b1a0628cabb4e2eba0d924ab338
This commit is contained in:
committed by
Todd Kjos
parent
5856b63cc4
commit
e260bb27a6
@@ -1,3 +1,4 @@
|
||||
CONFIG_UAPI_HEADER_TEST=y
|
||||
CONFIG_LOCALVERSION="-mainline"
|
||||
CONFIG_AUDIT=y
|
||||
CONFIG_NO_HZ=y
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
CONFIG_UAPI_HEADER_TEST=y
|
||||
CONFIG_LOCALVERSION="-mainline"
|
||||
CONFIG_KERNEL_LZ4=y
|
||||
# CONFIG_USELIB is not set
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user