0643d3ad84d346b8470b76c32ae6e702155bafb6
[openwrt/openwrt.git] / target / linux / omap / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2012-2014 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=omap
9 BOARDNAME:=TI OMAP3/4/AM33xx
10 FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs
11 CPU_TYPE:=cortex-a8
12 CPU_SUBTYPE:=vfpv3
13
14 KERNEL_PATCHVER:=5.4
15
16 KERNELNAME:=zImage dtbs
17
18 define Target/Description
19 TI OMAP boards
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
25
26 $(eval $(call BuildTarget))