Re: dead CONFIG variables in kernel Makefiles

From: Mike Frysinger
Date: Fri Jul 06 2007 - 10:55:30 EST


On 7/6/07, Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/