44b1688e6c
This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 37006
12 lines
205 B
Makefile
12 lines
205 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway
|
|
BOARDNAME:=XWAY
|
|
FEATURES:=squashfs atm mips16
|
|
CFLAGS+= -mtune=34kc -mdsp
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
define Target/Description
|
|
Lantiq XWAY
|
|
endef
|