layerscape: split image makefile per subtarget
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 15 Aug 2018 08:41:41 +0000 (16:41 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 22 Sep 2018 19:20:57 +0000 (21:20 +0200)
commit0d95eb2cce62102a849e8c9552c30dfee3fe6189
treed6cd467045b34416de015c556f32cbdecaaea242
parent82dd7f7da2b977eca0050ea7500a830252ea1abe
layerscape: split image makefile per subtarget

This patch is to split image makefile per subtarget.
The ARMv7 subtarget will be added in the future.
It will be not convinient if only one makefile is used
for several subtargets management and future development.
This patch also dropped 32-bit Traverse LS1043-S since
Traverse only intended to support 64-bit and the 32-bit
compile now had an issue.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
target/linux/layerscape/image/Makefile
target/linux/layerscape/image/armv8_32b.mk [new file with mode: 0644]
target/linux/layerscape/image/armv8_64b.mk [new file with mode: 0644]