CRIS: Restore mistakenly cleared kernel Makefilefor-linus-4.16-urgentcris-for-4.16-urgent
commit6e0377212c4e45d7350cff018f6a95633937c031
authorJesper Nilsson <jesper@jni.nu>
Tue, 6 Feb 2018 11:49:58 +0000 (6 12:49 +0100)
committerJesper Nilsson <jesper@jni.nu>
Thu, 8 Feb 2018 10:12:10 +0000 (8 11:12 +0100)
treea4e3945fcd54fad024512fd289b500f636034536
parente237f98a9c134c3d600353f21e07db915516875b
CRIS: Restore mistakenly cleared kernel Makefile

Commit 0fbc0b67a89d7 ("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: 0fbc0b67a89d7
arch/cris/kernel/Makefile