f17f0bdf49085cc6daacc9ab6be1b24413ef71bd
[openwrt/staging/hauke.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 pci pcie rootfs-part boot-part squashfs
8 SUBTARGETS:=armv8
9
10 KERNEL_PATCHVER:=5.15
11 KERNEL_TESTING_PATCHVER:=6.1
12
13 define Target/Description
14 Build firmware image for Rockchip SoC devices.
15 endef
16
17 include $(INCLUDE_DIR)/target.mk
18
19 DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug
20
21 KERNELNAME:=Image dtbs
22
23 $(eval $(call BuildTarget))