mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
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>
|