diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-08-15 19:16:02 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-15 15:32:36 +0200 |
commit | 12cdf2bfc211f139c04aa4242ce1f8ffea6344d2 (patch) | |
tree | 7615f94552155b05f770505fe51f7710e72a476c /target/linux/malta/Makefile | |
parent | 1ba88eabd56b57e8185e9f43b27ff693a534c8ef (diff) | |
download | upstream-12cdf2bfc211f139c04aa4242ce1f8ffea6344d2.tar.gz upstream-12cdf2bfc211f139c04aa4242ce1f8ffea6344d2.tar.bz2 upstream-12cdf2bfc211f139c04aa4242ce1f8ffea6344d2.zip |
malta: enable be64 and le64 subtargets
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index a8663d89a4..50359c15dd 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=malta BOARDNAME:=MIPS Malta CoreLV board (qemu) CPU_TYPE:=24kc -SUBTARGETS:=le be #le64 be64 +SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli <florian@openwrt.org> |