Makefile 470 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2022 Toco Technologies <[email protected]>
  4. #
  5. include $(TOPDIR)/rules.mk
  6. ARCH:=riscv64
  7. BOARD:=sifiveu
  8. BOARDNAME:=SiFive U-based RISC-V boards
  9. FEATURES:=ext4
  10. KERNELNAME:=Image dtbs
  11. SUBTARGETS:=generic
  12. KERNEL_PATCHVER:=6.1
  13. KERNEL_TESTING_PATCHVER:=6.6
  14. include $(INCLUDE_DIR)/target.mk
  15. define Target/Description
  16. Build firmware images for the SiFive U-based boards
  17. (HiFive boards)
  18. endef
  19. $(eval $(call BuildTarget))