openwrtv4/target/linux/malta/le64/target.mk
Luka Perkov da01479d73 malta: target.mk cosmetical fixup
Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38047
2013-09-18 23:03:47 +00:00

11 lines
284 B
Makefile

ARCH:=mips64el
ARCH_PACKAGES:=malta_mipsel64
SUBTARGET:=le64
BOARDNAME:=Little Endian (64-bits)
FEATURES:=ramdisk
CFLAGS:=-Os -pipe -mips64 -mtune=mips64
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
little-endian and 64-bits mode
endef