summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2014-12-31 10:11:30 +0100
committerGreg Kroah-Hartman2015-01-18 01:46:48 +0100
commitef8f9ab5b25c2795aa2e784ca58b6e5ba243e128 (patch)
tree272739f3c5efba003bd7efa711ac0e278beac890 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_st7735r driver (diff)
downloadkernel-qcow2-linux-ef8f9ab5b25c2795aa2e784ca58b6e5ba243e128.tar.gz
kernel-qcow2-linux-ef8f9ab5b25c2795aa2e784ca58b6e5ba243e128.tar.xz
kernel-qcow2-linux-ef8f9ab5b25c2795aa2e784ca58b6e5ba243e128.zip
staging: fbtft: add fb_tinylcd driver
This commit adds the fb_tinylcd driver from the fbtft project at https://github.com/notro/fbtft. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Noralf Tronnes <notro@tronnes.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/Makefile')
-rw-r--r--drivers/staging/fbtft/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Makefile b/drivers/staging/fbtft/Makefile
index 2771e606a5a9..a5c2d15b1a78 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -23,3 +23,4 @@ obj-$(CONFIG_FB_TFT_SSD1306) += fb_ssd1306.o
obj-$(CONFIG_FB_TFT_SSD1331) += fb_ssd1331.o
obj-$(CONFIG_FB_TFT_SSD1351) += fb_ssd1351.o
obj-$(CONFIG_FB_TFT_ST7735R) += fb_st7735r.o
+obj-$(CONFIG_FB_TFT_TINYLCD) += fb_tinylcd.o