mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 20:02:43 -04:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/amdsmn
|
|
|
|
KMOD= amdsmn
|
|
SRCS= amdsmn.c bus_if.h device_if.h pci_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|