summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:48 +0000
commit495296bba9055cfffcf849228e1b6504cc9bdf34 (patch)
tree435e618367994e3b98162f81834d78066d3be0fc /target/linux/malta/Makefile
parent12b925dcbf63591db32c44523b81dad20b46e9a6 (diff)
downloadmaster-31e0f0ae-495296bba9055cfffcf849228e1b6504cc9bdf34.tar.gz
master-31e0f0ae-495296bba9055cfffcf849228e1b6504cc9bdf34.tar.bz2
master-31e0f0ae-495296bba9055cfffcf849228e1b6504cc9bdf34.zip
malta: add le64 and be64 sub targets
These two subtargets are used to build a 64-bit malta kernel along with 64-bit userland support. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36211
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r--target/linux/malta/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index eb3c8d3d46..e1e580f3cf 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
BOARD:=malta
BOARDNAME:=MIPS Malta CoreLV board (qemu)
-SUBTARGETS:=le be
+SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
MAINTAINER:=Florian Fainelli <florian@openwrt.org>