From cfacbbda64ac4013d5df1e5e7d4b65f36816110e Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 11 Jan 2002 20:14:03 +0000 Subject: 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). --- sys/modules/cardbus/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/modules/cardbus') diff --git a/sys/modules/cardbus/Makefile b/sys/modules/cardbus/Makefile index fe49a19..67019ee 100644 --- a/sys/modules/cardbus/Makefile +++ b/sys/modules/cardbus/Makefile @@ -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 -- cgit v1.1