46b88b56bf
GCC treats 24kc and 34kc exactly the same and will generate identical code, so there is no need to tune to 34kc instead of 24kc. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
12 lines
212 B
Makefile
12 lines
212 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway
|
|
BOARDNAME:=XWAY
|
|
FEATURES:=squashfs atm mips16 nand ubifs ramdisk
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
define Target/Description
|
|
Lantiq XWAY
|
|
endef
|