ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extension
[openwrt/openwrt.git] / target / linux / ramips / rt305x / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=rt305x
6 BOARDNAME:=RT305x based boards
7 ARCH_PACKAGES:=ramips_24kec
8 CFLAGS+= -march=24kec
9
10 define Target/Description
11 Build firmware images for Ralink RT305x based boards.
12 endef
13