f88164e7af330b140fb310e82b3c6bbbc8024ef6
[openwrt/staging/pepe2k.git] / target / linux / sifiveu / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2022 Toco Technologies <info@toco.ae>
4 #
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=riscv64
8 BOARD:=sifiveu
9 BOARDNAME:=SiFive U-based RISC-V boards
10 FEATURES:=ext4
11 KERNELNAME:=Image dtbs
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=5.15
15
16 include $(INCLUDE_DIR)/target.mk
17
18 define Target/Description
19 Build firmware images for the SiFive U-based boards
20 (HiFive boards)
21 endef
22
23 $(eval $(call BuildTarget))