diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2016-10-30 12:15:33 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2016-10-30 12:15:33 +0000 |
| commit | 448897d366c218f9fd6208427eef1e6dd51f78d0 (patch) | |
| tree | aa67d0a23670c7d9084ad98a835517e4c1653deb /sys/modules/i2c/controllers | |
| parent | 3c1f73b18d318cc7be8c1b9c19933c2eaa1f1771 (diff) | |
Notes
Diffstat (limited to 'sys/modules/i2c/controllers')
| -rw-r--r-- | sys/modules/i2c/controllers/ichiic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/i2c/controllers/ichiic/Makefile b/sys/modules/i2c/controllers/ichiic/Makefile index 288a79e450bd..1cebbebad59d 100644 --- a/sys/modules/i2c/controllers/ichiic/Makefile +++ b/sys/modules/i2c/controllers/ichiic/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../../../dev/ichiic KMOD = ig4 -SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \ +SRCS = device_if.h bus_if.h iicbus_if.h pci_if.h smbus_if.h \ ig4_iic.c ig4_pci.c ig4_reg.h ig4_var.h .include <bsd.kmod.mk> |
