freebsd-dev/sys/modules/spigen/Makefile
Konstantin Belousov 5bb3134a8c Fix some modules to export more used symbols
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
2021-11-18 15:56:23 +02:00

22 lines
267 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/spibus
KMOD= spigen
SRCS= spigen.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
opt_platform.h \
opt_spi.h \
spibus_if.h \
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
EXPORT_SYMS= YES
.include <bsd.kmod.mk>