From: aoyama Date: Sun, 8 Oct 2023 10:40:23 +0000 (+0000) Subject: Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb". X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6dbc4e553cbd4571a2159481f0fa6641e2d14ff4;p=openbsd Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb". Actually these devices are not supported on luna88k, but we need them in order to create attribute header files (e.g. "ucom.h") required in MI part recently. Suggested by miod@, tested by me. --- diff --git a/sys/arch/luna88k/conf/files.luna88k b/sys/arch/luna88k/conf/files.luna88k index efb4babeeee..b30b864a0e5 100644 --- a/sys/arch/luna88k/conf/files.luna88k +++ b/sys/arch/luna88k/conf/files.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.luna88k,v 1.33 2022/03/05 11:03:30 aoyama Exp $ +# $OpenBSD: files.luna88k,v 1.34 2023/10/08 10:40:23 aoyama Exp $ # maxpartitions 16 @@ -110,3 +110,8 @@ file arch/luna88k/luna88k/locore.S file arch/luna88k/luna88k/machdep.c file arch/luna88k/luna88k/pmap_table.c file arch/luna88k/luna88k/romcons.c + +# Actually these devices are not supported on luna88k, but we need them in +# order to create attribute header files (e.g. "ucom.h") required in MI part. +include "dev/hid/files.hid" +include "dev/usb/files.usb"