diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-12 20:41:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-12 20:41:22 +0000 |
commit | 05858bcb4bb1168956cb036a9e89f8cfd2188857 (patch) | |
tree | 4b23c70a80446126ab479cbe37a894f5c642c137 /sys/dev/i2c | |
parent | 98c52e4838e97a35be2b9d9cdf919c749968c6fe (diff) |
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
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/files.i2c | 5 |
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 + |