* ixj.o vs ixj_cs.o
@ 2001-01-06 8:57 James H. Cloos Jr.
0 siblings, 0 replies; only message in thread
From: James H. Cloos Jr. @ 2001-01-06 8:57 UTC (permalink / raw)
To: linux-kernel
If CONFIG_PCMCIA=y, CONFIG_PHONE!=n and CONFIG_IXJ=m, the resultant
ixj.o will support the (PCMCIA) internet phonecard, provided it is
insmod(8)ed as ixj_cs.o.
As such, were make modules_install (iff the above config) to:
mkdir $(MODDIR)/kernel/drivers/telephony/pcmcia
ln -s ../ixj.o $(MODDIR)/kernel/drivers/telephony/pcmcia/ixj_cs.o
things would Just Work.
But that just doesn't seem like the right solution.
Looks like were $(TOPDIR)/drivers/telephon/pcmcia to exist with
a suitable makefile to cp ../ixj.o ixj_cs.o iff the above config
things would also just work.
But I suspect ixj.c needs to be broken out, perhaps to ixj.c,
ixj-main.c and pcmcia/ixj_cs.c? Or just a pcmcia/ixj_cs.c which
links against ../ixj.o?
What is the proper solution?
(And, for that matter, is this essentially the same problem the drm
tree has wrt modules?)
-JimC
--
James H. Cloos, Jr. <http://jhcloos.com/public_key> 1024D/ED7DAEA6
<cloos@jhcloos.com> E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-01-06 8:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-06 8:57 ixj.o vs ixj_cs.o James H. Cloos Jr.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®