summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-06-07 17:36:02 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-06-07 17:36:02 +0000
commited7c73fbefe240a6e3bcee4ebcbbe333f718b762 (patch)
tree2429337c735c23a353580183d05bb65ed3bba07f /target/linux/brcm47xx/Makefile
parent4b953aa26759dd5dd9ef7b3d376dbed0e69b1271 (diff)
downloadmaster-31e0f0ae-ed7c73fbefe240a6e3bcee4ebcbbe333f718b762.tar.gz
master-31e0f0ae-ed7c73fbefe240a6e3bcee4ebcbbe333f718b762.tar.bz2
master-31e0f0ae-ed7c73fbefe240a6e3bcee4ebcbbe333f718b762.zip
brcm47xx: activate some compiler optimizations for 74K CPUs
With this patch the mips74k subtarget will be compiled with optimized compiler options to generated smaller and faster code. This currently breaks broadcom-wl, because the binary blob is only compiled with mipsr1 support. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41050
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-rw-r--r--target/linux/brcm47xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile
index a69851e548..1caf3467f2 100644
--- a/target/linux/brcm47xx/Makefile
+++ b/target/linux/brcm47xx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=brcm47xx
BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
-FEATURES:=squashfs usb pcmcia
+FEATURES:=squashfs usb
SUBTARGETS:=generic mips74k legacy
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>