commit | 6a37749143ecef6414cf125515fc2a04a46d8f39 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Mon Jul 20 12:09:16 2015 -0700 |
committer | Olof Johansson <olof@lixom.net> | Mon Jul 20 12:09:18 2015 -0700 |
tree | c090c744b9517b2e6a4d2422e32a244ba8683ecd | |
parent | b790c2cab5ca641804c2e48c7506e166fff5a442 [diff] [blame] |
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>
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 430e7fa..b7b9cea 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig
@@ -160,7 +160,7 @@ source "kernel/Kconfig.freezer" -source "Kconfig.platforms" +source "arch/arm64/Kconfig.platforms" menu "Bus support"