Re: Suspected error in make dep

From: Russell King (rmk@arm.linux.org.uk)
Date: Thu Nov 08 2001 - 06:22:25 EST


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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:17 EST