diff options
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/Makefile')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile index aed538a4d1ba..b8ddb4acccdb 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | # Makefile for Display Core (dc) component. | 23 | # Makefile for Display Core (dc) component. |
| 24 | # | 24 | # |
| 25 | 25 | ||
| 26 | DC_LIBS = basics bios calcs dce gpio i2caux irq virtual | 26 | DC_LIBS = basics bios calcs dce gpio irq virtual |
| 27 | 27 | ||
| 28 | ifdef CONFIG_DRM_AMD_DC_DCN1_0 | 28 | ifdef CONFIG_DRM_AMD_DC_DCN1_0 |
| 29 | DC_LIBS += dcn10 dml | 29 | DC_LIBS += dcn10 dml |
| @@ -41,7 +41,8 @@ AMD_DC = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DISPLAY_PATH)/dc/,$(DC_LI | |||
| 41 | include $(AMD_DC) | 41 | include $(AMD_DC) |
| 42 | 42 | ||
| 43 | DISPLAY_CORE = dc.o dc_link.o dc_resource.o dc_hw_sequencer.o dc_sink.o \ | 43 | DISPLAY_CORE = dc.o dc_link.o dc_resource.o dc_hw_sequencer.o dc_sink.o \ |
| 44 | dc_surface.o dc_link_hwss.o dc_link_dp.o dc_link_ddc.o dc_debug.o dc_stream.o | 44 | dc_surface.o dc_link_hwss.o dc_link_dp.o dc_link_ddc.o dc_debug.o dc_stream.o \ |
| 45 | dc_vm_helper.o | ||
| 45 | 46 | ||
| 46 | AMD_DISPLAY_CORE = $(addprefix $(AMDDALPATH)/dc/core/,$(DISPLAY_CORE)) | 47 | AMD_DISPLAY_CORE = $(addprefix $(AMDDALPATH)/dc/core/,$(DISPLAY_CORE)) |
| 47 | 48 | ||
