summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-08-12 20:41:21 +0000
committerderaadt <deraadt@openbsd.org>2009-08-12 20:41:21 +0000
commit2fa94897a9d5b5b671022ec8eb8f5231fc70bc78 (patch)
treefad6c0c8b91ac15b4cb5d032eaefccac86d75e1d
parentdlg wants iscsi in here; ok dlg (diff)
downloadwireguard-openbsd-2fa94897a9d5b5b671022ec8eb8f5231fc70bc78.tar.xz
wireguard-openbsd-2fa94897a9d5b5b671022ec8eb8f5231fc70bc78.zip
only pull in the source file if it is needed, so that all the others
we use compile brilliant cnst, please learn to test better
-rw-r--r--sys/dev/i2c/files.i2c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c
index 2c9d3ef8c51..d1c69642cd5 100644
--- a/sys/dev/i2c/files.i2c
+++ b/sys/dev/i2c/files.i2c
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i2c,v 1.47 2009/08/12 14:51:20 cnst Exp $
+# $OpenBSD: files.i2c,v 1.48 2009/08/12 20:41:21 deraadt Exp $
# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $
define i2c {[addr = -1], [size = -1]}
@@ -165,4 +165,5 @@ file dev/i2c/adt7462.c adtfsm
# STMicroelectronics LIS331DL MEMS motion sensor
device lisa
attach lisa at i2c
-file dev/i2c/lis331dl.c
+file dev/i2c/lis331dl.c lisa
+