Makefile 411 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2024 Toco Technologies <[email protected]>
  4. #
  5. include $(TOPDIR)/rules.mk
  6. ARCH:=riscv64
  7. BOARD:=starfive
  8. BOARDNAME:=StarFive JH71x0 (7100/7110)
  9. FEATURES:=ext4
  10. KERNELNAME:=Image dtbs
  11. KERNEL_PATCHVER:=6.1
  12. include $(INCLUDE_DIR)/target.mk
  13. define Target/Description
  14. Build firmware images for the StarFive JH71x0-based boards
  15. endef
  16. $(eval $(call BuildTarget))