target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / rockchip / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 BOARD:=rockchip
6 BOARDNAME:=Rockchip
7 FEATURES:=ext4 audio usb usbgadget display gpio fpu rootfs-part boot-part squashfs
8 SUBTARGETS:=armv8
9
10 KERNEL_PATCHVER=5.4
11
12 define Target/Description
13 Build firmware image for Rockchip SoC devices.
14 endef
15
16 include $(INCLUDE_DIR)/target.mk
17
18 DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug
19
20 KERNELNAME:=Image dtbs
21
22 $(eval $(call BuildTarget))