Makefile 561 B

123456789101112131415161718192021222324
  1. #
  2. # This is free software, licensed under the GNU General Public License v2.
  3. # See /LICENSE for more information.
  4. #
  5. include $(TOPDIR)/rules.mk
  6. BOARD:=rockchip
  7. BOARDNAME:=Rockchip
  8. FEATURES:=ext4 audio usb usbgadget display gpio fpu rootfs-part boot-part squashfs
  9. SUBTARGETS:=armv8
  10. KERNEL_PATCHVER=4.14
  11. define Target/Description
  12. Build firmware image for Rockchip SoC devices.
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug
  16. KERNELNAME:=Image dtbs
  17. $(eval $(call BuildTarget))