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:
Olof Johansson 2015-07-20 12:09:16 -07:00
parent b790c2cab5
commit 6a37749143
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ source "init/Kconfig"
source "kernel/Kconfig.freezer"
source "Kconfig.platforms"
source "arch/arm64/Kconfig.platforms"
menu "Bus support"