/drivers/input/gameport/Makefile
https://bitbucket.org/evzijst/gittest · Makefile · 13 lines · 7 code · 2 blank · 4 comment · 0 complexity · c35e803902a823854c8cb8ea6f74943e MD5 · raw file
- #
- # Makefile for the gameport drivers.
- #
- # Each configuration option enables a list of files.
- obj-$(CONFIG_GAMEPORT) += gameport.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
- obj-$(CONFIG_GAMEPORT_NS558) += ns558.o
- obj-$(CONFIG_GAMEPORT_VORTEX) += vortex.o