Skip to content

Commit

Permalink
malta: relocate CPU_TYPE setting to subtarget makefiles
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
guidosarducci authored and adschm committed Oct 27, 2020
1 parent 6c85a44 commit 2980408
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/linux/malta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk

BOARD:=malta
BOARDNAME:=MIPS Malta CoreLV board (qemu)
CPU_TYPE:=24kc
SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
FEATURES:=cpiogz ext4 ramdisk squashfs targz
Expand Down
1 change: 1 addition & 0 deletions target/linux/malta/be/target.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARCH:=mips
CPU_TYPE:=24kc
SUBTARGET:=be
BOARDNAME:=Big Endian

Expand Down
1 change: 1 addition & 0 deletions target/linux/malta/le/target.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARCH:=mipsel
CPU_TYPE:=24kc
SUBTARGET:=le
FEATURES+=source-only
BOARDNAME:=Little Endian
Expand Down

0 comments on commit 2980408

Please sign in to comment.