diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:48 +0000 |
commit | bc6e64b3260e9e41b8bb99dba5837fc7267b43fd (patch) | |
tree | 619bcd1951a0a1c20ca06662eb46333417281612 /target/linux/malta/Makefile | |
parent | 2fec7702dfa3c2cb5a3aa84594b0675bf29d6724 (diff) | |
download | upstream-bc6e64b3260e9e41b8bb99dba5837fc7267b43fd.tar.gz upstream-bc6e64b3260e9e41b8bb99dba5837fc7267b43fd.tar.bz2 upstream-bc6e64b3260e9e41b8bb99dba5837fc7267b43fd.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36211 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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> |