target: use SPDX license identifiers on Makefiles
[openwrt/staging/wigyori.git] / target / linux / layerscape / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=layerscape
8 BOARDNAME:=NXP Layerscape
9 KERNEL_PATCHVER:=5.4
10 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
11 SUBTARGETS:=armv8_64b armv7
12
13 define Target/Description
14 Build firmware images for NXP Layerscape based boards.
15 endef
16
17 include $(INCLUDE_DIR)/target.mk
18
19 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
20 mkf2fs e2fsprogs partx-utils
21
22 $(eval $(call BuildTarget))