lede/target/linux/omap/Makefile

27 lines
475 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2012-2014 OpenWrt.org
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=omap
BOARDNAME:=TI OMAP3/4/AM33xx
2018-09-07 13:43:55 +08:00
FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs
2017-09-06 19:19:45 +08:00
CPU_TYPE:=cortex-a8
CPU_SUBTYPE:=vfpv3
2020-07-02 23:30:56 +08:00
KERNEL_PATCHVER:=5.4
2017-09-06 19:19:45 +08:00
KERNELNAME:=zImage dtbs
define Target/Description
TI OMAP boards
endef
include $(INCLUDE_DIR)/target.mk
2018-09-07 13:43:55 +08:00
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))