1# SPDX-License-Identifier: GPL-2.0 2 3subdir-ccflags-$(CONFIG_DRM_XE_DISPLAY) += \ 4 -I$(srctree)/drivers/gpu/drm/i915/display/ 5 6# Rule to build display code shared with i915 7$(obj)/i915-display/tests/%.o: $(srctree)/drivers/gpu/drm/i915/display/tests/%.c FORCE 8 $(call cmd,force_checksrc) 9 $(call if_changed_rule,cc_o_c) 10 11obj-$(CONFIG_DRM_XE_KUNIT_TEST) += xe_display_test.o 12xe_display_test-y = \ 13 i915-display/tests/intel_dp_link_test.o 14