diff options
Diffstat (limited to 'drivers/input/tablet/Makefile')
-rw-r--r-- | drivers/input/tablet/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/input/tablet/Makefile b/drivers/input/tablet/Makefile index 4d9339fb3b63..2e130101cf3c 100644 --- a/drivers/input/tablet/Makefile +++ b/drivers/input/tablet/Makefile @@ -2,13 +2,10 @@ # Makefile for the tablet drivers # -# Multipart objects. -wacom-objs := wacom_wac.o wacom_sys.o 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_USB_WACOM) += wacom.o obj-$(CONFIG_TABLET_SERIAL_WACOM4) += wacom_serial4.o |