lede/target/linux/malta/be64/target.mk

11 lines
229 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
ARCH:=mips64
CPU_TYPE:=mips64r2
2017-09-06 19:19:45 +08:00
SUBTARGET:=be64
FEATURES+=source-only
BOARDNAME:=Big Endian (64-bits)
define Target/Description
Build BE firmware images for MIPS Malta CoreLV board running in
big-endian and 64-bits mode
endef