summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hyperv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/hyperv/Makefile')
-rw-r--r--drivers/gpu/drm/hyperv/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/hyperv/Makefile b/drivers/gpu/drm/hyperv/Makefile
new file mode 100644
index 000000000000..265f12f2c660
--- /dev/null
+++ b/drivers/gpu/drm/hyperv/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+hyperv_drm-y := \
+ hyperv_drm_drv.o \
+ hyperv_drm_modeset.o \
+ hyperv_drm_proto.o
+
+obj-$(CONFIG_DRM_HYPERV) += hyperv_drm.o