mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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:
parent
fdb0b1368e
commit
744e43465f
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue