ARM: keystone2: move the custom build rules out to keystone specific makefile
authorNishanth Menon <nm@ti.com>
Mon, 17 Aug 2015 14:24:49 +0000 (19:54 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 28 Aug 2015 16:33:15 +0000 (12:33 -0400)
commitcd43ddc01977ff07a731ef33b450089772e2225e
tree214b6efd0bca1ea41357a804d114a9e84a932e75
parent401f2d91acac2b455dbaf222982ad461d5a2e43e
ARM: keystone2: move the custom build rules out to keystone specific makefile

Keystone has build rules introduced by commit ef509b9063fb7 ("k2hk: add
support for k2hk SOC and EVM") and commit 0e7f2dbac6ead ("keystone: add
support for NAND gpheader image").

These are not reused by other platforms for the build, hence there is no
clear benefit is maintaining them in the generic makefile as a build
target. move these to the keystone specific make option

Original idea of using config.mk by Lokesh Vutla <lokeshvutla@ti.com>

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Makefile
arch/arm/mach-keystone/config.mk [new file with mode: 0644]