14562236bSHarry Wentland#
24562236bSHarry Wentland# Makefile for common 'dce' logic
34562236bSHarry Wentland# HW object file under this folder follow similar pattern for HW programming
44562236bSHarry Wentland#   - register offset and/or shift + mask stored in the dec_hw struct
54562236bSHarry Wentland#   - register programming through common macros that look up register
64562236bSHarry Wentland#     offset/shift/mask stored in dce_hw struct
74562236bSHarry Wentland
84562236bSHarry WentlandDCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \
99a70eba7SDmytro Laktyushkindce_mem_input.o dce_clock_source.o dce_scl_filters.o dce_transform.o \
109a70eba7SDmytro Laktyushkindce_clocks.o
114562236bSHarry Wentland
124562236bSHarry Wentland
134562236bSHarry WentlandAMD_DAL_DCE = $(addprefix $(AMDDALPATH)/dc/dce/,$(DCE))
144562236bSHarry Wentland
154562236bSHarry WentlandAMD_DISPLAY_FILES += $(AMD_DAL_DCE)
16