Makefile 326 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for the I-Force driver
  4. #
  5. # By Johann Deneux <[email protected]>
  6. #
  7. obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o
  8. iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
  9. obj-$(CONFIG_JOYSTICK_IFORCE_232) += iforce-serio.o
  10. obj-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o