summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/le/target.mk
blob: 3b6e8953d014799552122f80796a4715ebe1ab61 (plain)
1
2
3
4
5
6
7
8
9
10
11
ARCH:=mipsel
ARCH_PACKAGES:=malta_mipsel
SUBTARGET:=le
BOARDNAME:=Little Endian
FEATURES:=ramdisk mips16
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves

define Target/Description
	Build LE firmware images for MIPS Malta CoreLV board running in
	little-endian mode
endef