mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
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> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
76a965fdf6
commit
b01fda8221
@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
BOARD:=malta
|
BOARD:=malta
|
||||||
BOARDNAME:=MIPS Malta CoreLV board (qemu)
|
BOARDNAME:=MIPS Malta CoreLV board (qemu)
|
||||||
CPU_TYPE:=24kc
|
|
||||||
SUBTARGETS:=le be le64 be64
|
SUBTARGETS:=le be le64 be64
|
||||||
INITRAMFS_EXTRA_FILES:=
|
INITRAMFS_EXTRA_FILES:=
|
||||||
FEATURES:=cpiogz ext4 ramdisk squashfs targz
|
FEATURES:=cpiogz ext4 ramdisk squashfs targz
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
ARCH:=mips
|
ARCH:=mips
|
||||||
|
CPU_TYPE:=24kc
|
||||||
SUBTARGET:=be
|
SUBTARGET:=be
|
||||||
BOARDNAME:=Big Endian
|
BOARDNAME:=Big Endian
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
ARCH:=mipsel
|
ARCH:=mipsel
|
||||||
|
CPU_TYPE:=24kc
|
||||||
SUBTARGET:=le
|
SUBTARGET:=le
|
||||||
FEATURES+=source-only
|
FEATURES+=source-only
|
||||||
BOARDNAME:=Little Endian
|
BOARDNAME:=Little Endian
|
||||||
|
Loading…
x
Reference in New Issue
Block a user