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>
|