Explorar el Código

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 hace 10 años
padre
commit
6a37749143
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/arm64/Kconfig

+ 1 - 1
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"