diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-08-04 16:12:50 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 12:12:44 +0200 |
commit | b39a982ddecf1d95ed96f8457c39d3ea11df93f6 (patch) | |
tree | 07d233ede4b49bddb2776ee013cbdf5621e7845b /drivers/video/omap2/Makefile | |
parent | 3de7a1dc0c9d29b138713ecb85df4b6ca3af2ef3 (diff) | |
download | blackbird-op-linux-b39a982ddecf1d95ed96f8457c39d3ea11df93f6.tar.gz blackbird-op-linux-b39a982ddecf1d95ed96f8457c39d3ea11df93f6.zip |
OMAP: DSS2: omapfb driver
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 ee0644f9d3c1..3ba6ef5e30d4 100644 --- a/drivers/video/omap2/Makefile +++ b/drivers/video/omap2/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_OMAP2_VRAM) += vram.o obj-$(CONFIG_OMAP2_VRFB) += vrfb.o obj-y += dss/ +obj-y += omapfb/ |