summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-10-26 21:13:56 +0000
committerkettenis <kettenis@openbsd.org>2020-10-26 21:13:56 +0000
commiteda2c43b759c2d65065a8bf6e2796937411e8c55 (patch)
treebd92807a31ff6c749c5ca3ed89dcfcd49fc16445
parentFix typo. (diff)
downloadwireguard-openbsd-eda2c43b759c2d65065a8bf6e2796937411e8c55.tar.xz
wireguard-openbsd-eda2c43b759c2d65065a8bf6e2796937411e8c55.zip
Include I2C stuff.
-rw-r--r--sys/arch/powerpc64/conf/files.powerpc645
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/powerpc64/conf/files.powerpc64 b/sys/arch/powerpc64/conf/files.powerpc64
index bad8763de8c..9f4fb64fbef 100644
--- a/sys/arch/powerpc64/conf/files.powerpc64
+++ b/sys/arch/powerpc64/conf/files.powerpc64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.powerpc64,v 1.24 2020/10/01 17:28:14 kettenis Exp $
+# $OpenBSD: files.powerpc64,v 1.25 2020/10/26 21:13:56 kettenis Exp $
maxpartitions 16
maxusers 2 8 128
@@ -109,5 +109,8 @@ file arch/powerpc64/dev/astfb.c astfb
# Machine-independent HID support
include "dev/hid/files.hid"
+# Machine-independent I2C drivers
+include "dev/i2c/files.i2c"
+
# Include USB stuff
include "dev/usb/files.usb"