summaryrefslogtreecommitdiffstats
path: root/sys/modules/i2c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-11-08 17:03:09 +0000
committerjhb <jhb@FreeBSD.org>2005-11-08 17:03:09 +0000
commitdea22f2914aedd87e7e2f80cdef048aa1b2bf217 (patch)
tree47410f33758b7955a31f2250313d4b97116e6bfe /sys/modules/i2c
parentfbd9641457772a6f4acc6a5a96eab68bf37d041d (diff)
downloadFreeBSD-src-dea22f2914aedd87e7e2f80cdef048aa1b2bf217.zip
FreeBSD-src-dea22f2914aedd87e7e2f80cdef048aa1b2bf217.tar.gz
Fix standalone module build for viapm. Note that by default it doesn't
include the ISA bus support even though it probably should.
Diffstat (limited to 'sys/modules/i2c')
-rw-r--r--sys/modules/i2c/controllers/viapm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/i2c/controllers/viapm/Makefile b/sys/modules/i2c/controllers/viapm/Makefile
index 4c3e3a6..03c0738 100644
--- a/sys/modules/i2c/controllers/viapm/Makefile
+++ b/sys/modules/i2c/controllers/viapm/Makefile
@@ -2,8 +2,8 @@
.PATH: ${.CURDIR}/../../../../pci
KMOD = viapm
-SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
- viapm.c
+SRCS = device_if.h bus_if.h iicbb_if.h isa_if.h pci_if.h smbus_if.h \
+ opt_isa.h viapm.c
CFLAGS += -DVIAPM_BASE_ADDR=0x6000
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud