Makefile 141 B

12345678
  1. #
  2. # Makefile for the HID driver
  3. #
  4. hid-objs := hid-core.o hid-input.o
  5. obj-$(CONFIG_HID) += hid.o
  6. hid-$(CONFIG_HID_DEBUG) += hid-debug.o