summaryrefslogtreecommitdiffstats
path: root/sys/modules/i2c
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2005-06-05 11:55:29 +0000
committertakawata <takawata@FreeBSD.org>2005-06-05 11:55:29 +0000
commitd71b449fa24accf5d99f7b0ca6eaa25fdfd21a26 (patch)
treef74c46d9fade87fdc05311dd50117d384f346f87 /sys/modules/i2c
parent720506aed398158b05f2f445d761311a0a5a235c (diff)
downloadFreeBSD-src-d71b449fa24accf5d99f7b0ca6eaa25fdfd21a26.zip
FreeBSD-src-d71b449fa24accf5d99f7b0ca6eaa25fdfd21a26.tar.gz
Make ichsmb loadable.
PR: kern/81912 Submitted by: nork
Diffstat (limited to 'sys/modules/i2c')
-rw-r--r--sys/modules/i2c/controllers/ichsmb/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/i2c/controllers/ichsmb/Makefile b/sys/modules/i2c/controllers/ichsmb/Makefile
new file mode 100644
index 0000000..7cb9957
--- /dev/null
+++ b/sys/modules/i2c/controllers/ichsmb/Makefile
@@ -0,0 +1,8 @@
+#$FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../dev/ichsmb
+KMOD = ichsmb
+SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
+ ichsmb.c ichsmb_pci.c ichsmb_reg.h ichsmb_var.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud