mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../../pci
|
||
|
|
KMOD = amdpm
|
||
|
|
SRCS = device_if.h bus_if.h pci_if.h smbus_if.h \
|
||
|
|
amdpm.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|