opnsense-src/sys/modules/i2c/controllers/viapm/Makefile
John Baldwin 744e43465f Fix standalone module build for viapm. Note that by default it doesn't
include the ISA bus support even though it probably should.
2005-11-08 17:03:09 +00:00

9 lines
215 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../pci
KMOD = viapm
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>