[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8bd0f97a0707060755q59a8fdc5j3c0d44e060eec9cf@mail.gmail.com>
Date: Fri, 6 Jul 2007 09:55:20 -0500
From: "Mike Frysinger" <vapier.adi@...il.com>
To: "Robert P. J. Day" <rpjday@...dspring.com>
Cc: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Re: dead CONFIG variables in kernel Makefiles
On 7/6/07, Robert P. J. Day <rpjday@...dspring.com> wrote:
>
> in addition to references to non-existent CONFIG variables in header
> and source files, here's a list of such variables in Makefiles
> throughout the entire tree:
>
> ===== BF548 =====
> ./arch/blackfin/Makefile:cpu-$(CONFIG_BF548) := bf548
> ===== BF549 =====
> ./arch/blackfin/Makefile:cpu-$(CONFIG_BF549) := bf549
> ===== BF_REV_0_0 =====
> ./arch/blackfin/Makefile:rev-$(CONFIG_BF_REV_0_0) := 0.0
> ===== BF_REV_0_1 =====
> ./arch/blackfin/Makefile:rev-$(CONFIG_BF_REV_0_1) := 0.1
that's because we couldnt push the rest of the BF54x port until the
new merge window ... they'll be defined with 2.6.23
> ===== CPU_FREQ_BF533 =====
> ./arch/blackfin/mach-bf533/Makefile:obj-$(CONFIG_CPU_FREQ_BF533) += cpu.o
we changed names in the Kconfig but didnt sync that Makefile ... the
others got updated
-mike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists