kernel: update linux 3.3 to 3.3.7
[openwrt/svn-archive/archive.git] / target / linux / omap4 / Makefile
1 #
2 # Copyright (C) 2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=omap4
11 BOARDNAME:=TI OMAP4
12 FEATURES:=usb targz audio display
13
14 LINUX_VERSION:=3.3.7
15
16 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
17 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
18
19 KERNELNAME:="uImage"
20
21 DEFAULT_PACKAGES += uboot-omap4-omap4_panda
22
23 DEVICE_TYPE=developerboard
24
25 define Target/Description
26 TI OMAP4
27 endef
28
29 include $(INCLUDE_DIR)/target.mk
30
31 $(eval $(call BuildTarget))