Commit 7aee2fc8 authored by Ron Murray's avatar Ron Murray Committed by Linus Torvalds

[PATCH] CS461x gameport code isn't being included in build

With Cal Peake <cp@absolutedigital.net>

I've found a typo in drivers/input/gameport/Makefile in kernel 2.6.9 which
effectively prevents the CS461x gameport code from being included.
Signed-off-by: default avatarRon Murray <rjmx@rjmx.net>
Signed-off-by: default avatarCal Peake <cp@absolutedigital.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent aa0baf35
......@@ -5,7 +5,7 @@
# Each configuration option enables a list of files.
obj-$(CONFIG_GAMEPORT) += gameport.o
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment