aboutsummaryrefslogtreecommitdiff
path: root/target/linux/d1/Makefile
blob: 436ab9486233104b51f15abb354ed32f1ec4d103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2024 Toco Technologies <info@toco.ae>
#
include $(TOPDIR)/rules.mk

ARCH:=riscv64
BOARD:=d1
BOARDNAME:=AllWinner D1 RISC-V SoC
FEATURES:=ext4 squashfs
KERNELNAME:=Image dtbs

KERNEL_PATCHVER:=6.1

include $(INCLUDE_DIR)/target.mk

define Target/Description
	Build firmware images for Allwinner D1 RISC-V boards
endef

$(eval $(call BuildTarget))