aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2012-04-28 12:20:00 +0200
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-04-29 19:35:35 +0000
commit2c8304d3125b9c75797a35037945df63869bfdf6 (patch)
tree7785826daa53e6ae5f27d66e404eb2627e53b830 /drivers/video/Makefile
parentfb_defio: add first_io callback (diff)
downloadwireguard-linux-2c8304d3125b9c75797a35037945df63869bfdf6.tar.xz
wireguard-linux-2c8304d3125b9c75797a35037945df63869bfdf6.zip
video: auo_k190x: add code shared by controller drivers
The AUO-K190X controllers share a very similar set of commands and can therefore also share most of the driver code. Signed-off-by: Heiko Stübner <heiko@sntech.de> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 9356add945b3..d5406f2f2e5f 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -118,6 +118,7 @@ obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o
obj-$(CONFIG_FB_MAXINE) += maxinefb.o
obj-$(CONFIG_FB_METRONOME) += metronomefb.o
obj-$(CONFIG_FB_BROADSHEET) += broadsheetfb.o
+obj-$(CONFIG_FB_AUO_K190X) += auo_k190x.o
obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o
obj-$(CONFIG_FB_SH7760) += sh7760fb.o
obj-$(CONFIG_FB_IMX) += imxfb.o