tn3399_openwrt/target/linux/malta/le/target.mk
Tony Ambardar 29804086ee malta: relocate CPU_TYPE setting to subtarget makefiles
Move CPU_TYPE:=24kc (32-bit) from the top-level target makefile to the
be/le subtarget makefiles, which is consistent with the 64-bit subtargets.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2020-10-27 21:01:13 +01:00

11 lines
207 B
Makefile

ARCH:=mipsel
CPU_TYPE:=24kc
SUBTARGET:=le
FEATURES+=source-only
BOARDNAME:=Little Endian
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
little-endian mode
endef