Work around a possible kernel linker bug. It appears that the data
elements defined by foo_if.c aren't sharable amoung modules (I'm working on a bug report for it now), or else I don't understand something. It showed up as kobj functions not being called. In any event, link in the pcic and pccard parts of the modules to work around the problem for now.
This commit is contained in:
parent
c8ce264e17
commit
9489712614
@ -3,6 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
|
||||
KMOD= pcic
|
||||
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
|
||||
pccard.c pccard_cis.c pccard_cis_quirks.c \
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
NOMAN=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user