Makefile 495 B

12345678910111213141516171819202122
  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:=6.1
  8. define Target/Description
  9. Build firmware image for Rockchip SoC devices.
  10. endef
  11. include $(INCLUDE_DIR)/target.mk
  12. DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug
  13. KERNELNAME:=Image dtbs
  14. $(eval $(call BuildTarget))