Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/target/linux/brcm47xx/mips74k/target.mk
Hauke Mehrtens 6983476df4 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
2014-06-07 17:36:02 +00:00

10 lines
180 B
Makefile

BOARDNAME:=MIPS 74K
CPU_TYPE:=74kc
CPU_SUBTYPE:=dsp2
FEATURES+=mips16
define Target/Description
Build firmware for Broadcom BCM47xx and BCM53xx devices with
MIPS 74K CPU.
endef