summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2010-12-15 07:14:24 +1000
committerDave Airlie <airlied@redhat.com>2012-02-20 10:23:36 +0000
commitb60d49a4715362c8fe28f9651c803fda438e5abb (patch)
tree1c5ef7a2f5fcb411832a579c6c28ca8ade58aa4f /drivers/gpu/drm/Makefile
parent660cdd2d809c86329623bac0f7a160efaddf083f (diff)
drm/udl: initial UDL driver (v4)udl-v4
Supports fb_defio, supports KMS dumb interface supports 24bpp via conversion to 16bpp, hw can do this better. rebase onto new mode interfaces, fix some whitespace
Diffstat (limited to 'drivers/gpu/drm/Makefile')
-rw-r--r--drivers/gpu/drm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 0cde1b80fdb1..7f2029726db4 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -37,4 +37,5 @@ obj-$(CONFIG_DRM_VIA) +=via/
obj-$(CONFIG_DRM_NOUVEAU) +=nouveau/
obj-$(CONFIG_DRM_EXYNOS) +=exynos/
obj-$(CONFIG_DRM_GMA500) += gma500/
+obj-$(CONFIG_DRM_UDL) += udl/
obj-y += i2c/