mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
9 lines
215 B
Makefile
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>
|