arm64: fix Kconfig include path
They're not relative. My builder failed silently and never notified me of the error. Sigh. Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
b790c2cab5
commit
6a37749143
|
@ -160,7 +160,7 @@ source "init/Kconfig"
|
|||
|
||||
source "kernel/Kconfig.freezer"
|
||||
|
||||
source "Kconfig.platforms"
|
||||
source "arch/arm64/Kconfig.platforms"
|
||||
|
||||
menu "Bus support"
|
||||
|
||||
|
|
Loading…
Reference in New Issue