Fix standalone module build for viapm. Note that by default it doesn't

include the ISA bus support even though it probably should.
This commit is contained in:
John Baldwin 2005-11-08 17:03:09 +00:00
parent fdb0b1368e
commit 744e43465f

View file

@ -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>