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
=
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)
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 ===
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:
>...
> = RADIO_
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/ direct
> = 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 major
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
= INPUT_POW
7 matches
Mail list logo