kernel: update linux 3.2 to 3.2.12
[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.2.12
15 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
16 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
17
18 KERNELNAME:="uImage"
19
20 DEFAULT_PACKAGES += uboot-omap4-omap4_panda
21
22 DEVICE_TYPE=developerboard
23
24 define Target/Description
25 TI OMAP4
26 endef
27
28 include $(INCLUDE_DIR)/target.mk
29
30 $(eval $(call BuildTarget))