Commit 75658332 authored by Jani Nikula's avatar Jani Nikula

drm/i915: move Makefile display debugfs files next to display

Keep the display build lists together.

v2: Rebase
Reviewed-by: default avatarNirmoy Das <nirmoy.das@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231026101333.875406-2-jani.nikula@intel.com
parent 0db5649e
...@@ -95,10 +95,7 @@ i915-$(CONFIG_COMPAT) += \ ...@@ -95,10 +95,7 @@ i915-$(CONFIG_COMPAT) += \
i915_ioc32.o i915_ioc32.o
i915-$(CONFIG_DEBUG_FS) += \ i915-$(CONFIG_DEBUG_FS) += \
i915_debugfs.o \ i915_debugfs.o \
i915_debugfs_params.o \ i915_debugfs_params.o
display/intel_display_debugfs.o \
display/intel_display_debugfs_params.o \
display/intel_pipe_crc.o
i915-$(CONFIG_PERF_EVENTS) += \ i915-$(CONFIG_PERF_EVENTS) += \
i915_pmu.o i915_pmu.o
...@@ -320,6 +317,10 @@ i915-$(CONFIG_ACPI) += \ ...@@ -320,6 +317,10 @@ i915-$(CONFIG_ACPI) += \
display/intel_opregion.o display/intel_opregion.o
i915-$(CONFIG_DRM_FBDEV_EMULATION) += \ i915-$(CONFIG_DRM_FBDEV_EMULATION) += \
display/intel_fbdev.o display/intel_fbdev.o
i915-$(CONFIG_DEBUG_FS) += \
display/intel_display_debugfs.o \
display/intel_display_debugfs_params.o \
display/intel_pipe_crc.o
# modesetting output/encoder code # modesetting output/encoder code
i915-y += \ i915-y += \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment