diff options
author | Vojtech Pavlik <vojtech@suse.cz> | 2005-05-29 02:25:43 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 02:25:43 -0500 |
commit | f23488b2ab1b447ea4ea3d00cdb0d322a73e7f7f (patch) | |
tree | 454a6a859cc771902dc68b5889593aea086585b2 /drivers/input/gameport/Makefile | |
parent | e8eef5773325f1594acd377b5aa8fe5fb4e45163 (diff) |
Input: Kill Aureal Vortex 1/2 gameport driver. ALSA Aureal driver
offers the gameport part already.
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/gameport/Makefile')
-rw-r--r-- | drivers/input/gameport/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/gameport/Makefile b/drivers/input/gameport/Makefile index ba8023f8cf9..b6f6097bd8c 100644 --- a/drivers/input/gameport/Makefile +++ b/drivers/input/gameport/Makefile @@ -9,4 +9,3 @@ obj-$(CONFIG_GAMEPORT_EMU10K1) += emu10k1-gp.o obj-$(CONFIG_GAMEPORT_FM801) += fm801-gp.o obj-$(CONFIG_GAMEPORT_L4) += lightning.o obj-$(CONFIG_GAMEPORT_NS558) += ns558.o -obj-$(CONFIG_GAMEPORT_VORTEX) += vortex.o |