aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/Makefile')
-rw-r--r--drivers/gpu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile
index 1bc6689..00efbf6 100644
--- a/drivers/gpu/Makefile
+++ b/drivers/gpu/Makefile
@@ -1,2 +1,6 @@
+ifeq ($(CONFIG_VITHAR_HWVER_R0P0),y)
obj-y += drm/ vga/ stub/ ion/
+else
+obj-y += drm/ vga/ stub/ ion/
+endif