1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152204

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>