mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04: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
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/bhnd/bhndb
|
|
|
|
KMOD= bhndb
|
|
SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
|
|
bhnd_bhndb.c \
|
|
bhndb_bus_if.c bhndb_bus_if.h \
|
|
bhndb_if.c bhndb_if.h
|
|
SRCS+= bhnd_bus_if.h \
|
|
bhnd_chipc_if.h \
|
|
bhnd_erom_if.h \
|
|
bhnd_pwrctl_hostb_if.h \
|
|
bhnd_nvram_if.h
|
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|