summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-03-02 13:01:12 -0800
committerEric Anholt <eric@anholt.net>2015-12-07 20:05:10 -0800
commitd3f5168a0810005920e7a3d5ba83e249bd9a750c (patch)
tree82ef1d0cbb0a7e6b1aacb96c2dc8c835fabe4808 /drivers/gpu/drm/vc4/Makefile
parent1fa81589bbac16af6baf153ccc9b3f38fb16a498 (diff)
drm/vc4: Bind and initialize the V3D engine.
This is the component of the GPU that does 3D rendering. Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/vc4/Makefile')
-rw-r--r--drivers/gpu/drm/vc4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/Makefile b/drivers/gpu/drm/vc4/Makefile
index eb776a6a9899..e87a6f2f5916 100644
--- a/drivers/gpu/drm/vc4/Makefile
+++ b/drivers/gpu/drm/vc4/Makefile
@@ -11,6 +11,7 @@ vc4-y := \
vc4_hdmi.o \
vc4_hvs.o \
vc4_plane.o \
+ vc4_v3d.o \
vc4_validate_shaders.o
vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o