Messages in this thread |  | | | Subject | Re: [PATCH] CS461x gameport code isn't being included in build | | From | Alan Cox <> | | Date | Thu, 06 Jan 2005 12:41:34 +0000 |
| |
On Maw, 2005-01-04 at 04:14, Linus Torvalds applied:
> -obj-$(CONFIG_GAMEPORT_CS461X) += cs461x.o > +obj-$(CONFIG_GAMEPORT_CS461x) += cs461x.o > obj-$(CONFIG_GAMEPORT_EMU10K1) += emu10k1-gp.o > obj-$(CONFIG_GAMEPORT_FM801) += fm801-gp.o > obj-$(CONFIG_GAMEPORT_L4) += lightning.o
This change makes the CS461x unique in having lower case in the config name. In the previous discussion on the kernel list this patch was rejected and instead the 461x was changed to 461X in the Kconfig file keeping consistency with the rest of the kernel.
Alan
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |