diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-26 17:53:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-26 17:53:14 +0000 |
commit | b2e35bbd7b6c12b82f7d22356b0369dc81116ec3 (patch) | |
tree | 335126c919cdb8e6fa1782cdf30ae1f66d961305 /target/linux/ramips/rt288x | |
parent | 7c0ac121b2abc064149e64755938da0fef9001e0 (diff) | |
download | master-187ad058-b2e35bbd7b6c12b82f7d22356b0369dc81116ec3.tar.gz master-187ad058-b2e35bbd7b6c12b82f7d22356b0369dc81116ec3.tar.bz2 master-187ad058-b2e35bbd7b6c12b82f7d22356b0369dc81116ec3.zip |
build: unify mips target cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk index f826eab88e..2b11e4843e 100644 --- a/target/linux/ramips/rt288x/target.mk +++ b/target/linux/ramips/rt288x/target.mk @@ -4,7 +4,7 @@ SUBTARGET:=rt288x BOARDNAME:=RT288x based boards -CFLAGS+= -mips32r2 -mtune=mips32r2 +CPU_TYPE:=mips32r2 define Target/Description Build firmware images for Ralink RT288x based boards. |