opnsense-src/sys/modules/firewire/firewire/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

16 lines
372 B
Makefile

# $FreeBSD$
# Makefile for the IEEE1394 OHCI chipset
.PATH: ${SRCTOP}/sys/dev/firewire
KMOD= firewire
SRCS = bus_if.h device_if.h pci_if.h \
firewire.c firewire.h firewire_phy.h firewirereg.h \
fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h \
iec13213.h iec68113.h \
fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
EXPORT_SYMS= YES
.include <bsd.kmod.mk>