openwrtv3/target/linux/brcm47xx/mips74k/target.mk
Felix Fietkau 9abbaa9539 build: remove MIPS dsp/dsp2 CPU_SUBTYPE
There does not seem to be any meaningful difference in generated code.
This will save some time and space on snapshot builds

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-08-03 14:56:45 +02:00

8 lines
162 B
Makefile

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