20f75179728b7c3ef2164a2d20903276741b3521
[openwrt/staging/lynxis/omap.git] / target / linux / omap / Makefile
1 #
2 # Copyright (C) 2012-2014 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:=omap
11 BOARDNAME:=TI OMAP3/4/AM33xx
12 FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
13 CPU_TYPE:=cortex-a9
14 CPU_SUBTYPE:=vfpv3
15
16 KERNEL_PATCHVER:=3.18
17
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20 KERNELNAME:=zImage dtbs
21
22 include $(INCLUDE_DIR)/target.mk
23
24 DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
25
26 define Target/Description
27 TI OMAP boards
28 endef
29
30 $(eval $(call BuildTarget))