5f7f9db58959af0697d499942ef7c3b0bdb6769f
[openwrt/staging/jow.git] / target / linux / imx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013-2014 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=imx
9 BOARDNAME:=NXP i.MX
10 FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
11 SUBTARGETS:=cortexa7 cortexa9
12
13 KERNEL_PATCHVER:=5.15
14 KERNEL_TESTING_PATCHVER:=6.1
15
16 include $(INCLUDE_DIR)/target.mk
17
18 KERNELNAME:=zImage dtbs
19
20 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs blkid
21
22 $(eval $(call BuildTarget))