Skip to content

Commit

Permalink
arm64: fix Kconfig include path
Browse files Browse the repository at this point in the history
They're not relative. My builder failed silently and never notified me of the
error. Sigh.

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Jul 20, 2015
1 parent b790c2c commit 6a37749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "Kconfig.platforms"
source "arch/arm64/Kconfig.platforms"

menu "Bus support"

Expand Down

0 comments on commit 6a37749

Please sign in to comment.