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/le64/target.mk | |
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/le64/target.mk')
-rw-r--r-- | target/linux/malta/le64/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/malta/le64/target.mk b/target/linux/malta/le64/target.mk index badea1945d..32aaea294a 100644 --- a/target/linux/malta/le64/target.mk +++ b/target/linux/malta/le64/target.mk @@ -1,4 +1,5 @@ ARCH:=mips64el +CPU_TYPE:=mips64 SUBTARGET:=le64 BOARDNAME:=Little Endian (64-bits) FEATURES:=ramdisk |