Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/iic The iic module needs to include 2c_subr so t...



details:   https://anonhg.NetBSD.org/src/rev/2c677d931f63
branches:  trunk
changeset: 830146:2c677d931f63
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Feb 27 00:15:34 2018 +0000

description:
The iic module needs to include 2c_subr so that i2cbus modules can
reference iicbus_print()

diffstat:

 sys/modules/iic/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 34942da15090 -r 2c677d931f63 sys/modules/iic/Makefile
--- a/sys/modules/iic/Makefile  Mon Feb 26 23:12:59 2018 +0000
+++ b/sys/modules/iic/Makefile  Tue Feb 27 00:15:34 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2016/06/07 01:06:28 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.5 2018/02/27 00:15:34 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -6,6 +6,6 @@
 
 KMOD=          iic
 IOCONF=                iic.ioconf
-SRCS=          i2c.c
+SRCS=          i2c.c i2c_subr.c
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index