aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/v3d/Makefile')
-rw-r--r--drivers/gpu/drm/v3d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/v3d/Makefile b/drivers/gpu/drm/v3d/Makefile
index e8b314137020..b7d673f1153b 100644
--- a/drivers/gpu/drm/v3d/Makefile
+++ b/drivers/gpu/drm/v3d/Makefile
@@ -11,7 +11,9 @@ v3d-y := \
v3d_mmu.o \
v3d_perfmon.o \
v3d_trace_points.o \
- v3d_sched.o
+ v3d_sched.o \
+ v3d_sysfs.o \
+ v3d_submit.o
v3d-$(CONFIG_DEBUG_FS) += v3d_debugfs.o