From: Russell King <rmk@arm.linux.org.uk>
To: BALBIR SINGH <balbir.singh@wipro.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Suspected error in make dep
Date: Thu, 8 Nov 2001 11:22:25 +0000 [thread overview]
Message-ID: <20011108112225.A2642@flint.arm.linux.org.uk> (raw)
In-Reply-To: <3BEA599B.6080606@wipro.com>
In-Reply-To: <3BEA599B.6080606@wipro.com>; from balbir.singh@wipro.com on Thu, Nov 08, 2001 at 03:38:27PM +0530
On Thu, Nov 08, 2001 at 03:38:27PM +0530, BALBIR SINGH wrote:
> sa1100fb.c:164:27: linux/cpufreq.h: No such file or directory
linux/cpufreq.h is a generic framework for controlling the CPU clock speed
(and therefore the power). It isn't merged into 2.4 yet (I was hoping to
get he generic framework merged into 2.4-ac around start of October, but
alas it didn't happen).
It's going to be merged in 2.5, and then backported to 2.4.
> sa1100fb.c:166:26: asm/hardware.h: No such file or directory
> sa1100fb.c:169:28: asm/mach-types.h: No such file or directory
> sa1100fb.c:171:30: asm/arch/assabet.h: No such file or directory
Yes, these are ARM specific. make dep creates the dependencies for all
files in the directory, and as such causes this problem. That said, it
is harmless on x86, and safe to ignore these messages.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
next prev parent reply other threads:[~2001-11-08 11:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-08 10:08 Suspected error in make dep BALBIR SINGH
2001-11-08 11:22 ` Russell King [this message]
2001-11-08 12:30 ` Keith Owens
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=20011108112225.A2642@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=balbir.singh@wipro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.