]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: fix Kconfig include path
authorOlof Johansson <olof@lixom.net>
Mon, 20 Jul 2015 19:09:16 +0000 (12:09 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 20 Jul 2015 19:09:18 +0000 (12:09 -0700)
They're not relative. My builder failed silently and never notified me of the
error. Sigh.

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/Kconfig

index 430e7fa287d22137dc3f9b507018f953acfaad0a..b7b9ceaa684ad40dc35e34d7c2c3ca1c1c1fd6c9 100644 (file)
@@ -160,7 +160,7 @@ source "init/Kconfig"
 
 source "kernel/Kconfig.freezer"
 
-source "Kconfig.platforms"
+source "arch/arm64/Kconfig.platforms"
 
 menu "Bus support"