diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 17:19:42 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 17:19:42 +0100 |
commit | 3b8f29b4152899e91c210186a38bffb37ea1a226 (patch) | |
tree | c572a968b164d0af30f99ed5ee0f42e8bc07b736 /drivers/video/omap2/Makefile | |
parent | OMAP: DSS2: omapfb driver (diff) | |
download | linux-3b8f29b4152899e91c210186a38bffb37ea1a226.tar.xz linux-3b8f29b4152899e91c210186a38bffb37ea1a226.zip |
OMAP: DSS2: Add generic and Sharp panel drivers
Add Generic panel (user for DVI output) and Sharp LS037V7DW01 LCD panel.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/Makefile')
-rw-r--r-- | drivers/video/omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/Makefile b/drivers/video/omap2/Makefile index 3ba6ef5e30d4..d853d05dad31 100644 --- a/drivers/video/omap2/Makefile +++ b/drivers/video/omap2/Makefile @@ -3,3 +3,4 @@ obj-$(CONFIG_OMAP2_VRFB) += vrfb.o obj-y += dss/ obj-y += omapfb/ +obj-y += displays/ |