target.mk 351 B

123456789101112131415
  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:=aarch64
  8. BOARDNAME:=layerscape 64b boards
  9. CFLAGS:=-Os -pipe -fno-caller-saves
  10. define Target/Description
  11. Build firmware images for $(BOARDNAME) SoC devices.
  12. endef