From: Olof Johansson Date: Mon, 20 Jul 2015 19:09:16 +0000 (-0700) Subject: arm64: fix Kconfig include path X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6a37749143ecef6414cf125515fc2a04a46d8f39;p=deliverable%2Flinux.git 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 --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 430e7fa287d2..b7b9ceaa684a 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -160,7 +160,7 @@ source "init/Kconfig" source "kernel/Kconfig.freezer" -source "Kconfig.platforms" +source "arch/arm64/Kconfig.platforms" menu "Bus support"