diff options
author | Mike Smith <msmith@FreeBSD.org> | 2002-01-11 01:19:26 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-11 01:19:26 +0000 |
commit | 4535126875e78f47a6b3445c7b8d58d325ec4fcf (patch) | |
tree | cc30854d601643ac1d1c240b2b728669325bea86 /sys/modules/oldcard | |
parent | 07af4a8e64e29219e1965630a66c7e92837d96d3 (diff) | |
download | src-4535126875e78f47a6b3445c7b8d58d325ec4fcf.tar.gz src-4535126875e78f47a6b3445c7b8d58d325ec4fcf.zip |
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.
Notes
Notes:
svn path=/head/; revision=89245
Diffstat (limited to 'sys/modules/oldcard')
-rw-r--r-- | sys/modules/oldcard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile index 51e6bef0c493..c0bef69b8294 100644 --- a/sys/modules/oldcard/Makefile +++ b/sys/modules/oldcard/Makefile @@ -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 |