mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
I don't think that these modules should export symbols at all. All
intermodule communication is done via kobj calls. If anything currently depends on them, let it break so that we can fix it. Maybe we'll need to export some of the card_if.c or power_if.c symbols, but I think those should be in the base kernel (since all *_if.c should be in the base kernel for just these reasons).
This commit is contained in:
parent
794ef3471f
commit
76980afbc0
3 changed files with 0 additions and 6 deletions
|
|
@ -6,6 +6,4 @@ KMOD= cardbus
|
|||
SRCS= cardbus.c cardbus_cis.c \
|
||||
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
|
||||
|
||||
EXPORT_SYMS= YES # XXX evaluate
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,4 @@ KMOD= pccard
|
|||
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
|
||||
device_if.h bus_if.h card_if.h power_if.h
|
||||
|
||||
EXPORT_SYMS= YES # XXX evaluate
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,4 @@ KMOD= pcic
|
|||
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
|
||||
EXPORT_SYMS= YES # XXX evaluate
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue