diff options
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 6b20ad09289..4c58981bb48 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.57 2018/04/02 21:40:59 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.58 2018/04/20 04:37:21 dlg Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -229,3 +229,6 @@ file dev/fdt/imxuart.c imxuart device fec: ether, ifnet, mii, ifmedia attach fec at fdt file dev/fdt/if_fec.c fec + +attach ccp at fdt with ccp_fdt +file dev/fdt/ccp_fdt.c ccp_fdt |