layerscape: add 64b/32b target for ls1043ardb device
[openwrt/openwrt.git] / target / linux / layerscape / 64b / target.mk
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
8 ARCH:=aarch64
9 BOARDNAME:=layerscape 64b boards
10 CFLAGS:=-Os -pipe -fno-caller-saves
11
12 define Target/Description
13 Build firmware images for $(BOARDNAME) SoC devices.
14 endef
15