/drivers/input/gameport/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 13 lines · 7 code · 2 blank · 4 comment · 0 complexity · c35e803902a823854c8cb8ea6f74943e MD5 · raw file

  1. #
  2. # Makefile for the gameport drivers.
  3. #
  4. # Each configuration option enables a list of files.
  5. obj-$(CONFIG_GAMEPORT) += gameport.o
  6. obj-$(CONFIG_GAMEPORT_CS461X) += cs461x.o
  7. obj-$(CONFIG_GAMEPORT_EMU10K1) += emu10k1-gp.o
  8. obj-$(CONFIG_GAMEPORT_FM801) += fm801-gp.o
  9. obj-$(CONFIG_GAMEPORT_L4) += lightning.o
  10. obj-$(CONFIG_GAMEPORT_NS558) += ns558.o
  11. obj-$(CONFIG_GAMEPORT_VORTEX) += vortex.o