mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 23:16:49 +07:00
fc8104bc5a
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
|