mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Merge large update to Wacom driver, converting it from USB to a HID driver and unifying wired and bluetooth support, from Benjamin Tissoires.
12 lines
310 B
Makefile
12 lines
310 B
Makefile
#
|
|
# Makefile for the tablet drivers
|
|
#
|
|
|
|
|
|
obj-$(CONFIG_TABLET_USB_ACECAD) += acecad.o
|
|
obj-$(CONFIG_TABLET_USB_AIPTEK) += aiptek.o
|
|
obj-$(CONFIG_TABLET_USB_GTCO) += gtco.o
|
|
obj-$(CONFIG_TABLET_USB_HANWANG) += hanwang.o
|
|
obj-$(CONFIG_TABLET_USB_KBTAB) += kbtab.o
|
|
obj-$(CONFIG_TABLET_SERIAL_WACOM4) += wacom_serial4.o
|