Turn on unconditional symbol export for modules whose API is

not clear enough, will require additional analysis, or will
require some input from their maintainers.
This commit is contained in:
Mike Smith 2002-01-11 01:19:26 +00:00
parent 07af4a8e64
commit 4535126875
10 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,8 @@ SRCS+= scsi_targ_bh.c scsi_target.c
NOMAN=
EXPORT_SYMS= YES # XXX evaluate
opt_scsi.h:
echo '#define SCSI_DELAY 15000' > opt_scsi.h

View File

@ -7,4 +7,6 @@ SRCS= cardbus.c cardbus_cis.c \
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
NOMAN=
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>

View File

@ -7,4 +7,6 @@ SRCS= pccbb.c \
device_if.h bus_if.h
NOMAN=
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>

View File

@ -23,6 +23,8 @@ CFLAGS+= -DUSES_LOCKMGR # necessary until VM uses sx locks
#CFLAGS+= -DLOMAC_DEBUG_PIPE # relatively cheap
#CFLAGS+= -DLOMAC_DEBUG_RECWD # only happens once
EXPORT_SYMS= YES # XXX evaluate
.PATH: ${.CURDIR}/../../security/lomac
load-all: all

View File

@ -4,4 +4,6 @@
.PATH: ${.CURDIR}/../../../netgraph
CFLAGS+= -Wall
EXPORT_SYMS= YES # XXX evaluate
.include "../Makefile.inc"

View File

@ -8,6 +8,8 @@ SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
power_if.h card_if.h power_if.c card_if.c
NOMAN=
EXPORT_SYMS= YES # XXX evaluate
.if ${MACHINE} == "pc98"
CFLAGS += -DPC98
SRCS += mecia.c

View File

@ -7,4 +7,6 @@ SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h card_if.h power_if.h
NOMAN=
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>

View File

@ -7,4 +7,6 @@ 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
NOMAN=
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>

View File

@ -10,4 +10,6 @@ SRCS+= ac97.c buffer.c channel.c dsp.c fake.c
SRCS+= feeder.c feeder_fmt.c feeder_rate.c
SRCS+= mixer.c sndstat.c sound.c vchan.c
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>

View File

@ -10,4 +10,6 @@ SRCS+= ac97.c buffer.c channel.c dsp.c fake.c
SRCS+= feeder.c feeder_fmt.c feeder_rate.c
SRCS+= mixer.c sndstat.c sound.c vchan.c
EXPORT_SYMS= YES # XXX evaluate
.include <bsd.kmod.mk>