at91: reorganize at91 subtargets
authorSandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
Fri, 4 May 2018 17:27:50 +0000 (10:27 -0700)
committerJohn Crispin <john@phrozen.org>
Sat, 5 May 2018 04:55:22 +0000 (06:55 +0200)
commit60750ab505bae8d1cb70c6fe495b755b213a1ebf
tree66662b19fc1c98ed760389ba61ffe785e4a44e16
parentf34b495a2eeebbd29bbd193d50eb490bc03fbde6
at91: reorganize at91 subtargets

reorganizing at91 subtargets based on sama5 soc features and this fix
below problems.
  1. able to set neon flags to sama5d2 & sama5d4 subtargets.
  2. fix the make clean which removes all the subtargets in bin folder.
  3. able to configure kernel specific to subtarget.
  4. able to set vfpu4 flags to samad3 subtargets.

Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
16 files changed:
package/boot/at91bootstrap/Makefile
package/boot/uboot-at91/Makefile
target/linux/at91/Makefile
target/linux/at91/image/Makefile
target/linux/at91/image/sama5.mk [deleted file]
target/linux/at91/image/sama5d2.mk [new file with mode: 0644]
target/linux/at91/image/sama5d3.mk [new file with mode: 0644]
target/linux/at91/image/sama5d4.mk [new file with mode: 0644]
target/linux/at91/sama5/config-default [deleted file]
target/linux/at91/sama5/target.mk [deleted file]
target/linux/at91/sama5d2/config-default [new file with mode: 0644]
target/linux/at91/sama5d2/target.mk [new file with mode: 0644]
target/linux/at91/sama5d3/config-default [new file with mode: 0644]
target/linux/at91/sama5d3/target.mk [new file with mode: 0644]
target/linux/at91/sama5d4/config-default [new file with mode: 0644]
target/linux/at91/sama5d4/target.mk [new file with mode: 0644]