files.fdt revision 1.1
1# $NetBSD: files.fdt,v 1.1 2023/05/07 12:41:48 skrll Exp $
2
3include	"dev/pckbport/files.pckbport"
4
5file	arch/riscv/fdt/riscv_platform.c
6
7file	arch/riscv/fdt/fdt_dma_machdep.c
8file	arch/riscv/fdt/fdt_cpus_machdep.c
9
10attach	cpu at fdt with cpu_fdt
11file	arch/riscv/fdt/cpu_fdt.c		cpu_fdt
12
13device	clint: fdt
14attach	clint at fdt with clint_fdt
15file	arch/riscv/fdt/clint_fdt.c		clint_fdt
16
17device	intc: fdt
18attach	intc at fdt with intc_fdt
19file	arch/riscv/fdt/intc_fdt.c		intc_fdt
20