diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-09 20:57:28 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-29 12:07:47 +0300 |
commit | 5ca28914b8b4371cfa56b6ee2dec68debb99718f (patch) | |
tree | 4c6565b24a5595b7797c60e5433daf812daab0c3 /drivers/video/fbdev/omap2/Makefile | |
parent | f3dab1e317ad9f22d8062382447a37febe5858d2 (diff) | |
download | linux-5ca28914b8b4371cfa56b6ee2dec68debb99718f.tar.xz |
omapfb: move vrfb into omapfb
VRFB is only used by omapfb, so we can move it under omapfb's directory.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/Makefile')
-rw-r--r-- | drivers/video/fbdev/omap2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/fbdev/omap2/Makefile b/drivers/video/fbdev/omap2/Makefile index c73a1e864ae8..a52b716a40c1 100644 --- a/drivers/video/fbdev/omap2/Makefile +++ b/drivers/video/fbdev/omap2/Makefile @@ -1,5 +1,3 @@ -obj-$(CONFIG_OMAP2_VRFB) += vrfb.o - obj-y += dss/ obj-y += displays-new/ obj-y += omapfb/ |