projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b790c2c
)
arm64: fix Kconfig include path
author
Olof Johansson
<olof@lixom.net>
Mon, 20 Jul 2015 19:09:16 +0000
(12:09 -0700)
committer
Olof 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
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index
430e7fa
..
b7b9cea
100644
(file)
--- 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"