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
11 lines
243 B
Makefile
11 lines
243 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=ase
|
|
BOARDNAME:=Amazon-SE
|
|
FEATURES:=squashfs atm
|
|
CFLAGS+= -mtune=mips32r2
|
|
|
|
DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ase ltq-dsl-app
|
|
|
|
define Target/Description
|
|
Lantiq ASE
|
|
endef
|