target.mk 330 B

1234567891011121314
  1. #
  2. # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. ARCH:=arm
  8. BOARDNAME:=layerscape 32b boards
  9. CPU_TYPE:=cortex-a9
  10. define Target/Description
  11. Build firmware images for $(BOARDNAME) SoC devices.
  12. endef