lede/target/linux/imx/Makefile

22 lines
454 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2013-2014 OpenWrt.org
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
ARCH:=arm
2022-01-05 19:08:23 +08:00
BOARD:=imx
BOARDNAME:=NXP i.MX
2018-09-07 13:43:55 +08:00
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
2022-01-05 19:08:23 +08:00
SUBTARGETS:=cortexa7 cortexa9
2017-09-06 19:19:45 +08:00
2022-01-05 19:08:23 +08:00
KERNEL_PATCHVER:=5.10
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs
DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs blkid
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))