build: fix typo
[openwrt/staging/lynxis/omap.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 CPU_TYPE:=cortex-a9
14 CPU_SUBTYPE:=vfpv3
15
16 LINUX_VERSION:=3.3.8
17
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20 KERNELNAME:="uImage"
21
22 DEFAULT_PACKAGES += uboot-omap4-omap4_panda
23
24 DEVICE_TYPE=developerboard
25
26 define Target/Description
27 TI OMAP4
28 endef
29
30 include $(INCLUDE_DIR)/target.mk
31
32 $(eval $(call BuildTarget))