907f50fe04
AMD Family 17h CPUs have an internal network used to communicate between the host CPU and the PSP and SMU coprocessors. It exposes a simple 32-bit register space. Reviewed by: avg (no +1), mjoras, truckman Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12217
9 lines
128 B
Makefile
9 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/amdsmn
|
|
|
|
KMOD= amdsmn
|
|
SRCS= amdsmn.c bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|