head 1.4; access; symbols netbsd-11-0-RC3:1.1 netbsd-11-0-RC2:1.1 netbsd-11-0-RC1:1.1 perseant-exfatfs-base-20250801:1.1 netbsd-11:1.1.0.2 netbsd-11-base:1.1; locks; strict; comment @# @; 1.4 date 2026.03.31.20.24.22; author yurix; state Exp; branches; next 1.3; commitid 4yqdLAWzqYdKraAG; 1.3 date 2025.11.29.08.01.00; author skrll; state Exp; branches; next 1.2; commitid p5A1GfgGkv4OfqkG; 1.2 date 2025.09.18.21.57.56; author rillig; state Exp; branches; next 1.1; commitid qDMoy5RG95vwcfbG; 1.1 date 2024.08.12.10.55.51; author skrll; state Exp; branches; next ; commitid yptj3PKbdU6BrwlF; desc @@ 1.4 log @add hints about regenerating dtb set lists @ text @# $NetBSD: Makefile,v 1.3 2025/11/29 08:01:00 skrll Exp $ # Important: Regenerate dtb set lists by running 'make update-sets' in # sys/arch/dtb after changing this file. DTSSUBDIR= canaan DTSMAKEVARS= CONFIG_ARCH_CANAAN=y DTSFILESCMD= ${MAKE} -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v dtb-y DTS= ${DTSFILESCMD:sh} .include @ 1.3 log @Remove -B from the DTSFILESCMD make dtb-y invocations @ text @d1 4 a4 1 # $NetBSD: Makefile,v 1.2 2025/09/18 21:57:56 rillig Exp $ @ 1.2 log @riscv: prevent "internal option" warning from make @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/08/12 10:55:51 skrll Exp $ d5 1 a5 1 DTSFILESCMD= ${MAKE} -B -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v dtb-y @ 1.1 log @Import Linux 6.10.3 DTS for RISC-V This has the side effect of pulling in 5 arm64 renesas and a few other dt-bindings files which didn't exist before so there are no conflicts. Hopefully arm/arm64/mips can catch up soon. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/01/14 07:39:25 skrll Exp $ d5 1 a5 1 DTSFILESCMD= ${MAKE} -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v dtb-y @