mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../../pci
|
||
|
|
KMOD = viapm
|
||
|
|
SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
|
||
|
|
viapm.c
|
||
|
|
CFLAGS += -DVIAPM_BASE_ADDR=0x6000
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|