summaryrefslogtreecommitdiff
path: root/drivers/staging/mrst-touchscreen/Makefile
diff options
context:
space:
mode:
authorSreedhara DS <sreedhara.ds@intel.com>2010-06-01 12:50:06 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-04 13:38:51 -0700
commita4cff8b82a3cd0c95348ad4ae28cee7a918a35cd (patch)
treed8bd405db2ac5c30ec5934f6555c10c129e427af /drivers/staging/mrst-touchscreen/Makefile
parentd7636e0b0769e0f4f437ff33168d723f86e7c080 (diff)
downloadlinux-3.10-a4cff8b82a3cd0c95348ad4ae28cee7a918a35cd.tar.gz
linux-3.10-a4cff8b82a3cd0c95348ad4ae28cee7a918a35cd.tar.bz2
linux-3.10-a4cff8b82a3cd0c95348ad4ae28cee7a918a35cd.zip
Staging: mid: Intel MID touch screen driver
Touchscreen driver used by intel mid devices. Some clean up by Alan Cox. This driver is basically ready for upstreaming properly but is tied wrongly to the SPI layer and needs firmware/SFI changes to fix that. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/mrst-touchscreen/Makefile')
-rw-r--r--drivers/staging/mrst-touchscreen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/mrst-touchscreen/Makefile b/drivers/staging/mrst-touchscreen/Makefile
new file mode 100644
index 00000000000..2d638b0d70b
--- /dev/null
+++ b/drivers/staging/mrst-touchscreen/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) := intel_mid_touch.o
+
+