malta: add le64 and be64 sub targets
[openwrt/staging/yousong.git] / target / linux / malta / le64 / target.mk
1 ARCH:=mips64el
2 ARCH_PACKAGES:=malta_mipsel64
3 SUBTARGET:=le64
4 BOARDNAME:=Little Endian (64-bits)
5 CFLAGS:=-Os -pipe -mips64 -mtune=mips64 -fno-caller-saves
6 FEATURES:=ramdisk
7
8 define Target/Description
9 Build LE firmware images for MIPS Malta CoreLV board running in
10 little-endian and 64-bits mode.
11 endef