]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:49 +0000 (11:29 +0200)
commit96d7630b10b60fd106d37d5ca2f6c9e5503867c3
treeab7a8adb56aae71d32719d18b816737373899d14
parentaebedee8317f83e743f328d388616439c0d7303a
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]