Makefile 525 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. include $(TOPDIR)/rules.mk
  3. BOARD:=rockchip
  4. BOARDNAME:=Rockchip
  5. FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs
  6. SUBTARGETS:=armv8
  7. KERNEL_PATCHVER:=5.15
  8. KERNEL_TESTING_PATCHVER:=6.1
  9. define Target/Description
  10. Build firmware image for Rockchip SoC devices.
  11. endef
  12. include $(INCLUDE_DIR)/target.mk
  13. DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug
  14. KERNELNAME:=Image dtbs
  15. $(eval $(call BuildTarget))