mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
9 lines
184 B
Makefile
9 lines
184 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../../pci
|
||
|
|
KMOD = intpm
|
||
|
|
SRCS = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \
|
||
|
|
opt_intpm.h intpmreg.h intpm.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|