summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/dal/Makefile')
-rw-r--r--drivers/gpu/drm/amd/dal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/dal/Makefile b/drivers/gpu/drm/amd/dal/Makefile
index b95ba1e51f55..d99e75f9b9ca 100644
--- a/drivers/gpu/drm/amd/dal/Makefile
+++ b/drivers/gpu/drm/amd/dal/Makefile
@@ -8,9 +8,9 @@ AMDDALPATH = $(RELATIVE_AMD_DAL_PATH)
subdir-ccflags-y += -I$(AMDDALPATH)/ -I$(AMDDALPATH)/include -DDAL_CZ_BRINGUP
DAL_LIBS = adapter amdgpu_dm audio asic_capability basics bios connector \
- controller dcs display_service display_path encoder gpio gpu \
- hw_sequencer i2caux irq link_service mode_manager timing_service \
- topology
+ controller dcs display_path display_service encoder gpio gpu \
+ hw_sequencer i2caux interface link_service mode_manager timing_service \
+ topology irq
AMD_DAL = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DAL_PATH)/,$(DAL_LIBS)))