12b925dcbf
Preliminary change to add support for MIPS64-based malta subtargets. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36210
12 lines
285 B
Makefile
12 lines
285 B
Makefile
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
|