omap: rework image generation and profiles
[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
8 include $(TOPDIR)/rules.mk
9
10 ARCH:=arm
11 BOARD:=omap
12 BOARDNAME:=TI OMAP3/4/AM33xx
13 FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
14 CPU_TYPE:=cortex-a8
15 CPU_SUBTYPE:=vfpv3
16
17 KERNEL_PATCHVER:=4.4
18
19 MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
20
21 KERNELNAME:=zImage dtbs
22
23 define Target/Description
24 TI OMAP boards
25 endef
26
27 include $(INCLUDE_DIR)/target.mk
28
29 $(eval $(call BuildTarget))