mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -04:00
It's not in a good shape and currently completely unused. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 lines
328 B
Makefile
12 lines
328 B
Makefile
#
|
|
# Makefile for DCN.
|
|
|
|
DCN10 = dcn10_resource.o dcn10_ipp.o dcn10_hw_sequencer.o \
|
|
dcn10_dpp.o dcn10_opp.o dcn10_timing_generator.o \
|
|
dcn10_mem_input.o dcn10_mpc.o \
|
|
dcn10_dpp_dscl.o dcn10_dpp_cm.o dcn10_dpp_cm_helper.o
|
|
|
|
AMD_DAL_DCN10 = $(addprefix $(AMDDALPATH)/dc/dcn10/,$(DCN10))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN10)
|