Re: dead CONFIG variables in kernel Makefiles

2007-07-06 Thread Mike Frysinger
On 7/6/07, Robert P. J. Day <[EMAIL PROTECTED]> 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 =

dead CONFIG variables in kernel Makefiles

2007-07-06 Thread Robert P. J. Day
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)

dead CONFIG variables in kernel Makefiles

2007-07-06 Thread Robert P. J. Day
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)

Re: dead CONFIG variables in kernel Makefiles

2007-07-06 Thread Mike Frysinger
On 7/6/07, Robert P. J. Day [EMAIL PROTECTED] 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 =

Re: dead CONFIG variables in kernel Makefiles

2007-03-27 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 07:32:00PM -0400, Robert P. J. Day wrote: > > the output from a short script i wrote, locating all CONFIG_ > variables in makefiles that don't appear to exist in any Kconfig file > anywhere in the source tree. > > first, from the drivers/ directory: >... > = ZS

Re: dead CONFIG variables in kernel Makefiles

2007-03-27 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 07:32:00PM -0400, Robert P. J. Day wrote: the output from a short script i wrote, locating all CONFIG_ variables in makefiles that don't appear to exist in any Kconfig file anywhere in the source tree. first, from the drivers/ directory: ... = ZS =

Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 07:32:00PM -0400, Robert P. J. Day wrote: > > the output from a short script i wrote, locating all CONFIG_ > variables in makefiles that don't appear to exist in any Kconfig file > anywhere in the source tree. > > first, from the drivers/ directory: >... > =

Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread David Miller
From: "Robert P. J. Day" <[EMAIL PROTECTED]> Date: Mon, 26 Mar 2007 19:32:00 -0400 (EDT) > > the output from a short script i wrote, locating all CONFIG_ > variables in makefiles that don't appear to exist in any Kconfig file > anywhere in the source tree. > > first, from the drivers/

Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Roland Dreier
> = IPATH_CORE = > ./drivers/Makefile:obj-$(CONFIG_IPATH_CORE) += infiniband/ Thanks, I was just noticing that myself. I'll remove it for 2.6.22. - R. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Robert P. J. Day
the output from a short script i wrote, locating all CONFIG_ variables in makefiles that don't appear to exist in any Kconfig file anywhere in the source tree. first, from the drivers/ directory: = DRM_FFB = ./drivers/char/drm/Makefile:obj-$(CONFIG_DRM_FFB) += ffb.o =

dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Robert P. J. Day
the output from a short script i wrote, locating all CONFIG_ variables in makefiles that don't appear to exist in any Kconfig file anywhere in the source tree. first, from the drivers/ directory: = DRM_FFB = ./drivers/char/drm/Makefile:obj-$(CONFIG_DRM_FFB) += ffb.o =

Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Roland Dreier
= IPATH_CORE = ./drivers/Makefile:obj-$(CONFIG_IPATH_CORE) += infiniband/ Thanks, I was just noticing that myself. I'll remove it for 2.6.22. - R. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread David Miller
From: Robert P. J. Day [EMAIL PROTECTED] Date: Mon, 26 Mar 2007 19:32:00 -0400 (EDT) the output from a short script i wrote, locating all CONFIG_ variables in makefiles that don't appear to exist in any Kconfig file anywhere in the source tree. first, from the drivers/ directory:

Re: dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 07:32:00PM -0400, Robert P. J. Day wrote: the output from a short script i wrote, locating all CONFIG_ variables in makefiles that don't appear to exist in any Kconfig file anywhere in the source tree. first, from the drivers/ directory: ... =