aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-31 10:11:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 16:46:45 -0800
commitb2ebd4be6fa1d2329b63531b044f9e25474981cb (patch)
tree8117f8dc85b715a4806220443c462268a86f8d72 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: core support (diff)
downloadlinux-dev-b2ebd4be6fa1d2329b63531b044f9e25474981cb.tar.xz
linux-dev-b2ebd4be6fa1d2329b63531b044f9e25474981cb.zip
staging: fbtft: add fb_agm1264k-fl driver
This commit adds the fb_agm1264k-fl 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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Makefile b/drivers/staging/fbtft/Makefile
index 9132dde4a152..eb13cc545747 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -1,3 +1,6 @@
# Core module
obj-$(CONFIG_FB_TFT) += fbtft.o
fbtft-y += fbtft-core.o fbtft-sysfs.o fbtft-bus.o fbtft-io.o
+
+# drivers
+obj-$(CONFIG_FB_TFT_AGM1264K_FL) += fb_agm1264k-fl.o