All of lore.kernel.org
 help / color / mirror / Atom feed
* bad references to CONFIG variables from Makefiles
@ 2009-04-23  0:11 Robert P. J. Day
  2009-04-23  1:03 ` John Williams
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert P. J. Day @ 2009-04-23  0:11 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  a much shorter list of references to non-existent CONFIG variables
from Makefiles only, short enough to just include inline:

===== ATHEROS_AR71XX =====
./drivers/net/wireless/ath9k/Makefile:ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
===== ETRAXFS_SIM =====
./arch/cris/arch-v32/kernel/Makefile:obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o
===== EVENT_PROFILE =====
./kernel/trace/Makefile:obj-$(CONFIG_EVENT_PROFILE) += trace_event_profile.o
===== FB_CYBLA =====
./drivers/video/Makefile:obj-$(CONFIG_FB_CYBLA)            += cyblafb.o
===== HAVE_GPIO_LIB =====
./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_HAVE_GPIO_LIB) += gpio.o gpio_extended.o
===== HDPU_FEATURES =====
./drivers/misc/hdpuftrs/Makefile:obj-$(CONFIG_HDPU_FEATURES) := hdpu_cpustate.o hdpu_nexus.o
./drivers/misc/Makefile:obj-$(CONFIG_HDPU_FEATURES)	+= hdpuftrs/
===== IPIPE =====
./arch/blackfin/kernel/Makefile:obj-$(CONFIG_IPIPE)                  += ipipe.o
===== IPIPE_TRACE_MCOUNT =====
./arch/blackfin/kernel/Makefile:obj-$(CONFIG_IPIPE_TRACE_MCOUNT)     += mcount.o
===== MSPETH =====
./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_MSPETH) += msp_eth.o
===== PROFILE =====
./arch/mn10300/kernel/Makefile:obj-$(CONFIG_PROFILE) += profile.o profile-low.o
===== SND_SOC_WM8991 =====
./sound/soc/codecs/Makefile:obj-$(CONFIG_SND_SOC_WM8991)	+= snd-soc-wm8991.o
===== USB_MSP71XX =====
./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_USB_MSP71XX) += msp_usb.o
===== XFS_TRACE =====
./fs/xfs/Makefile:xfs-$(CONFIG_XFS_TRACE)		+= xfs_btree_trace.o \
./fs/xfs/Makefile:xfs-$(CONFIG_XFS_TRACE)		+= support/ktrace.o
===== XILINX_MICROBLAZE0_USE_PCMP =====
./arch/microblaze/Makefile:CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_PCMP) += -mxl-pattern-compare
===== XTENSA_VARIANT_LINUX_CUSTOM =====
./arch/xtensa/Makefile:variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM)	:= custom

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Linked In:                             http://www.linkedin.com/in/rpjday
Twitter:                                       http://twitter.com/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bad references to CONFIG variables from Makefiles
  2009-04-23  0:11 bad references to CONFIG variables from Makefiles Robert P. J. Day
@ 2009-04-23  1:03 ` John Williams
  2009-04-23  2:40 ` Mike Frysinger
  2009-04-23  6:30 ` Takashi Iwai
  2 siblings, 0 replies; 4+ messages in thread
From: John Williams @ 2009-04-23  1:03 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List

On Thu, Apr 23, 2009 at 10:11 AM, Robert P. J. Day
<rpjday@crashcourse.ca> wrote:
>
>  a much shorter list of references to non-existent CONFIG variables
> from Makefiles only, short enough to just include inline:

> ===== XILINX_MICROBLAZE0_USE_PCMP =====
> ./arch/microblaze/Makefile:CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_PCMP) += -mxl-pattern-compare

We've got a patch queued to fix this one.

Thanks,

John

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bad references to CONFIG variables from Makefiles
  2009-04-23  0:11 bad references to CONFIG variables from Makefiles Robert P. J. Day
  2009-04-23  1:03 ` John Williams
@ 2009-04-23  2:40 ` Mike Frysinger
  2009-04-23  6:30 ` Takashi Iwai
  2 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2009-04-23  2:40 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List

On Wed, Apr 22, 2009 at 20:11, Robert P. J. Day wrote:
> ===== IPIPE =====
> ./arch/blackfin/kernel/Makefile:obj-$(CONFIG_IPIPE)                  += ipipe.o
> ===== IPIPE_TRACE_MCOUNT =====
> ./arch/blackfin/kernel/Makefile:obj-$(CONFIG_IPIPE_TRACE_MCOUNT)     += mcount.o

to be expected
-mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bad references to CONFIG variables from Makefiles
  2009-04-23  0:11 bad references to CONFIG variables from Makefiles Robert P. J. Day
  2009-04-23  1:03 ` John Williams
  2009-04-23  2:40 ` Mike Frysinger
@ 2009-04-23  6:30 ` Takashi Iwai
  2 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2009-04-23  6:30 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Mark Brown, Linux Kernel Mailing List

At Wed, 22 Apr 2009 20:11:27 -0400 (EDT),
Robert P. J. Day wrote:
> 
> ===== SND_SOC_WM8991 =====
> ./sound/soc/codecs/Makefile:obj-$(CONFIG_SND_SOC_WM8991)	+= snd-soc-wm8991.o

Fixed this one on sound git tree.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-23  6:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23  0:11 bad references to CONFIG variables from Makefiles Robert P. J. Day
2009-04-23  1:03 ` John Williams
2009-04-23  2:40 ` Mike Frysinger
2009-04-23  6:30 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.