瀏覽代碼

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>
Olof Johansson 10 年之前
父節點
當前提交
6a37749143
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/Kconfig

+ 1 - 1
arch/arm64/Kconfig

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