target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / imx6 / 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:=imx6
9 BOARDNAME:=Freescale i.MX 6
10 FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
11 CPU_TYPE:=cortex-a9
12 CPU_SUBTYPE:=neon
13
14 KERNEL_PATCHVER:=5.4
15 KERNEL_TESTING_PATCHVER:=5.4
16
17 include $(INCLUDE_DIR)/target.mk
18
19 KERNELNAME:=zImage dtbs
20
21 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs blkid
22
23 $(eval $(call BuildTarget))