From: Chirag Pandya <searchformehere@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: Compiling External Modules - Local Include Files
Date: Tue, 10 Aug 2004 08:02:32 -0700 (PDT) [thread overview]
Message-ID: <20040810150232.3937.qmail@web12506.mail.yahoo.com> (raw)
I'm having trouble recompiling my 2.4 modules that
contain local include files. Here is the scenario:
Dir contents
------------
/home/radar/dirA/local.h
/home/radar/dirB/main.c
/home/radar/dirB/Makefile
main.c
------
#include "dirA/local.h"
main ()
{
/* Module Code*/
}
Using the following make command
# make -C /usr/src/linux-2.6.7 M=$(PWD) modules
I get the following error messages
Entering directory /usr/src/linux-2.6.7
CC [M] /home_dir/dirB/main.c:15:32: dirA/local.h: No
such file or directory
Obviously when I am in /usr/src/linux-2.6.7 I cannot
see local.h.
I noticed that PATCH 5/5 contains an extmodules.txt
document with but with a "local includes" section
still blank under TODO.
Any help on how I can fix this?
Thanks
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
next reply other threads:[~2004-08-10 15:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-10 15:02 Chirag Pandya [this message]
2004-08-10 16:25 ` Sam Ravnborg
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=20040810150232.3937.qmail@web12506.mail.yahoo.com \
--to=searchformehere@yahoo.com \
--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®