From: Sam Ravnborg <sam@ravnborg.org>
To: anil dahiya <ak_ait@yahoo.com>
Cc: linux-kernel@vger.kernel.org, kernelnewbies@nl.linux.org
Subject: Re: makefile for 2.6 kernel
Date: Tue, 10 Jan 2006 20:07:39 +0100 [thread overview]
Message-ID: <20060110190739.GA13228@mars.ravnborg.org> (raw)
In-Reply-To: <20060110174419.56611.qmail@web60212.mail.yahoo.com>
On Tue, Jan 10, 2006 at 09:44:19AM -0800, anil dahiya wrote:
> Hi Sam
> Thanks fop your help ..but my problem is not solved it
> ...i putting my real problem here below.
>
> 1>my fist need is to make module1.ko made using
> a1/a1.c , a1/a11.c & a2/a2.c a2/a22.c and all .c file
> use /home/include/a.h
This was covered in my first response.
>
> 2>Now my 2nd need is to make module2.ko using
> module1.ko and b/b1.c & b/b11.c (these both .c files
> use /home/include/a.h and /home/module2/include/b.h)
This does not make sense. You cannot link in one module
into anohter. And you would not be able to use module1
with module2 loaded due to name clash.
But you can certainly call one module from another module.
You just have to make sure module1 is loaded before module2.
Last time I requested an URL to the source IIRC?
Sam
prev parent reply other threads:[~2006-01-10 19:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-04 18:23 anil dahiya
2006-01-04 18:55 ` Sam Ravnborg
2006-01-06 7:20 ` Nauman Tahir
2006-01-06 15:55 ` Sam Ravnborg
2006-01-10 17:44 ` anil dahiya
2006-01-10 19:07 ` Sam Ravnborg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060110190739.GA13228@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=ak_ait@yahoo.com \
--cc=kernelnewbies@nl.linux.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®