Makefile 442 B

1234567891011121314151617181920212223
  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:=5.15
  13. include $(INCLUDE_DIR)/target.mk
  14. define Target/Description
  15. Build firmware images for the SiFive U-based boards
  16. (HiFive boards)
  17. endef
  18. $(eval $(call BuildTarget))