From f9ae3166568a410eb99e67eb0a5f1119766bebae Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 3 Sep 2010 00:45:55 +0000 Subject: [kirkwood] Set -mtune to marvell-f git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22876 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/kirkwood/Makefile') diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 1861e953dc..f227423baa 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -15,6 +15,8 @@ LINUX_VERSION:=2.6.35.4 include $(INCLUDE_DIR)/target.mk +CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time + KERNELNAME:="uImage" DEFAULT_PACKAGES += -- cgit v1.2.3