1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 00:51:21 +02:00
openwrt/target/linux/s3c24xx/Makefile
Felix Fietkau 9c0c64e142 add missing cflags for s3c24xx
SVN-Revision: 14903
2009-03-16 22:56:28 +00:00

26 lines
465 B
Makefile

#
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=s3c24xx
BOARDNAME:=s3c24xx
FEATURES:=jffs2
CFLAGS:=-O2 -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
LINUX_VERSION:=2.6.28.7
DEVICE_TYPE=phone
define Target/Description
OpenMoko gta02
endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))