summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2014-12-31 10:11:13 +0100
committerGreg Kroah-Hartman2015-01-18 01:46:46 +0100
commit66c06c837993ec9f11d0f71e2e7eb3ac4c5f1956 (patch)
tree3f9c91966fce3f56dad6f80e6b19f74a94a6f713 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_hx8340bn driver (diff)
downloadkernel-qcow2-linux-66c06c837993ec9f11d0f71e2e7eb3ac4c5f1956.tar.gz
kernel-qcow2-linux-66c06c837993ec9f11d0f71e2e7eb3ac4c5f1956.tar.xz
kernel-qcow2-linux-66c06c837993ec9f11d0f71e2e7eb3ac4c5f1956.zip
staging: fbtft: add fb_hx8347d driver
This commit adds the fb_hx8347d 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 7d89af795b1c..de68bf8b3a2c 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -6,3 +6,4 @@ fbtft-y += fbtft-core.o fbtft-sysfs.o fbtft-bus.o fbtft
obj-$(CONFIG_FB_TFT_AGM1264K_FL) += fb_agm1264k-fl.o
obj-$(CONFIG_FB_TFT_BD663474) += fb_bd663474.o
obj-$(CONFIG_FB_TFT_HX8340BN) += fb_hx8340bn.o
+obj-$(CONFIG_FB_TFT_HX8347D) += fb_hx8347d.o