* references from Makefiles to non-existent CONFIG variables
@ 2008-05-17 20:45 Robert P. J. Day
2008-05-20 14:07 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2008-05-17 20:45 UTC (permalink / raw)
To: Linux Kernel Mailing List
here's the current, unadulterated list of references from Makefiles
to CONFIG variables that are not defined in any Kconfig file. once
again, enjoy.
p.s. if history is any guide, i'm sure i'll get an email or two from
someone upbraiding me for mentioning one of their variables and
staunchly defending its (utterly irrelevant) existence. folks, some
of these variables have been around so long, i can rattle off half of
them from memory. so howzabout dealing with them once and for all?
it's just a thought.
===== ARCH_OMAP3 =====
./arch/arm/mach-omap2/Makefile:obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o
===== CPU_ARM946T =====
./arch/arm/Makefile:tune-$(CONFIG_CPU_ARM946T) :=$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
===== CPU_R4000 =====
./arch/mips/kernel/Makefile:obj-$(CONFIG_CPU_R4000) += r4k_fpu.o r4k_switch.o
===== ETRAXFS_SIM =====
./arch/cris/arch-v32/kernel/Makefile:obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o
===== L7200_KEYB =====
./drivers/acorn/char/Makefile:obj-$(CONFIG_L7200_KEYB) += defkeymap-l7200.o keyb_l7200.o
===== MSPETH =====
./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_MSPETH) += msp_eth.o
===== OMAP_MBOX_FWK =====
./arch/arm/plat-omap/Makefile:obj-$(CONFIG_OMAP_MBOX_FWK) += mailbox.o
===== PPC_MPC86XADS =====
./arch/powerpc/boot/Makefile:image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads
===== PPC_MPC885ADS =====
./arch/powerpc/boot/Makefile:image-$(CONFIG_PPC_MPC885ADS) += cuImage.mpc885ads
===== PROFILE =====
./arch/mn10300/kernel/Makefile:obj-$(CONFIG_PROFILE) += profile.o profile-low.o
===== RADIO_MIROPCM20 =====
./drivers/media/radio/Makefile:obj-$(CONFIG_RADIO_MIROPCM20) += miropcm20.o
===== RADIO_MIROPCM20_RDS =====
./drivers/media/radio/Makefile:obj-$(CONFIG_RADIO_MIROPCM20_RDS) += miropcm20-rds.o
===== SA1100_USB =====
./arch/arm/mach-sa1100/Makefile:#obj-$(CONFIG_SA1100_USB) += usb/
===== SOUND_WM97XX =====
./sound/oss/Makefile:obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o
===== TIPAR =====
./drivers/char/Makefile:obj-$(CONFIG_TIPAR) += tipar.o
===== TTY_LOG =====
./arch/um/os-Linux/Makefile:obj-$(CONFIG_TTY_LOG) += tty_log.o
./arch/um/os-Linux/Makefile:user-objs-$(CONFIG_TTY_LOG) += tty_log.o
===== USB_MSP71XX =====
./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_USB_MSP71XX) += msp_usb.o
===== XEN_XENCOMM =====
./drivers/xen/Makefile:obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
===== XFS_TRACE =====
./fs/xfs/Makefile:xfs-$(CONFIG_XFS_TRACE) += xfs_dir2_trace.o
./fs/xfs/Makefile:xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o
===== XTENSA_VARIANT_LINUX_CUSTOM =====
./arch/xtensa/Makefile:variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM) := custom
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: references from Makefiles to non-existent CONFIG variables
2008-05-17 20:45 references from Makefiles to non-existent CONFIG variables Robert P. J. Day
@ 2008-05-20 14:07 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2008-05-20 14:07 UTC (permalink / raw)
To: Robert P. J. Day, Marc St-Jean, Ralf Baechle
Cc: Linux Kernel Mailing List, linux-mips
On Sat, May 17, 2008 at 04:45:58PM -0400, Robert P. J. Day wrote:
>
> here's the current, unadulterated list of references from Makefiles
> to CONFIG variables that are not defined in any Kconfig file. once
> again, enjoy.
>...
> ===== MSPETH =====
> ./arch/mips/pmc-sierra/msp71xx/Makefile:obj-$(CONFIG_MSPETH) += msp_eth.o
>...
This PMC MSP71xx platform in the kernel was AFAIR never in a usable
state (read: even compilation fails).
Marc, will you (or anyone else) bring it into shape or should I send a
patch removing it?
> rday
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-20 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-17 20:45 references from Makefiles to non-existent CONFIG variables Robert P. J. Day
2008-05-20 14:07 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®