]> git.baikalelectronics.ru Git - kernel.git/commit
CRIS: Restore mistakenly cleared kernel Makefile
authorJesper Nilsson <jesper@jni.nu>
Tue, 6 Feb 2018 11:49:58 +0000 (12:49 +0100)
committerJesper Nilsson <jesper@jni.nu>
Thu, 8 Feb 2018 10:12:10 +0000 (11:12 +0100)
commitddd64b0dc11defc1f59f0a6959df644a3b6b7ada
treea4e3945fcd54fad024512fd289b500f636034536
parentb16527080f8d344088fc0d16be9df489fa75ec6f
CRIS: Restore mistakenly cleared kernel Makefile

Commit 1d8e54f4b950d ("cris: remove arch specific early DT functions")
was a bit overzealous in removing the CRIS DT handling,
and the complete contents of the Makefile was erased
instead of just the line for the devicetree file.

This lead to a complete link failure for all SoCs in
the CRIS port due to missing symbols.

Restore the contents except the line for the devicetree file.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Fixes: 1d8e54f4b950d
arch/cris/kernel/Makefile