-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Han Gao <[email protected]>
- Loading branch information
Showing
73 changed files
with
91,096 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
# | ||
# Copyright (C) 2024 Han Gao <[email protected]> | ||
# | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
ARCH:=riscv64 | ||
BOARD:=eswin | ||
BOARDNAME:=Eswin RISC-V boards | ||
FEATURES:=ext4 | ||
KERNELNAME:=Image dtbs | ||
SUBTARGETS:=win2030 | ||
|
||
KERNEL_PATCHVER:=6.6 | ||
|
||
include $(INCLUDE_DIR)/target.mk | ||
|
||
define Target/Description | ||
Build firmware images for the Eswin RISC-V boards | ||
endef | ||
|
||
$(eval $(call BuildTarget)) |
Oops, something went wrong.