From 2fa94897a9d5b5b671022ec8eb8f5231fc70bc78 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 12 Aug 2009 20:41:21 +0000 Subject: 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 --- sys/dev/i2c/files.i2c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/i2c/files.i2c') 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 + -- cgit v1.2.3-59-g8ed1b