ASoC: rl6231: remove never matched if condition
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / display / dc / bios / Makefile
1 #
2 # Makefile for the 'bios' sub-component of DAL.
3 # It provides the parsing and executing controls for atom bios image.
4
5 BIOS = bios_parser.o bios_parser_interface.o  bios_parser_helper.o command_table.o command_table_helper.o bios_parser_common.o
6
7 BIOS += command_table2.o command_table_helper2.o bios_parser2.o
8
9 AMD_DAL_BIOS = $(addprefix $(AMDDALPATH)/dc/bios/,$(BIOS))
10
11 AMD_DISPLAY_FILES += $(AMD_DAL_BIOS)
12
13 ###############################################################################
14 # DCE 8x
15 ###############################################################################
16 # All DCE8.x are derived from DCE8.0, so 8.0 MUST be defined if ANY of
17 # DCE8.x is compiled.
18 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce80/command_table_helper_dce80.o
19
20 ###############################################################################
21 # DCE 11x
22 ###############################################################################
23 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce110/command_table_helper_dce110.o
24
25 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce112/command_table_helper_dce112.o
26
27 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce112/command_table_helper2_dce112.o