summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-09-28 11:24:06 +1000
committerAlex Deucher <alexander.deucher@amd.com>2017-09-28 16:51:56 -0400
commite25cb588e6c8a948df147599de5469c3a95d3682 (patch)
tree01157064785f42b477abdbf85fd5d56970a5ae19 /drivers/gpu/drm/amd/display/dc/bios/Makefile
parente5bcf3d83e40cc7acc9d111519b7bacaf4a01070 (diff)
downloadlinux-stable-e25cb588e6c8a948df147599de5469c3a95d3682.tar.gz
linux-stable-e25cb588e6c8a948df147599de5469c3a95d3682.tar.bz2
linux-stable-e25cb588e6c8a948df147599de5469c3a95d3682.zip
amdgpu/dc: separate out some common code from bios parsers.
This extracts the bios parser object id handling into a common file. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/Makefile b/drivers/gpu/drm/amd/display/dc/bios/Makefile
index a26cc605462d..6ec815dce9cc 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/bios/Makefile
@@ -2,7 +2,7 @@
# Makefile for the 'bios' sub-component of DAL.
# It provides the parsing and executing controls for atom bios image.
-BIOS = bios_parser.o bios_parser_interface.o bios_parser_helper.o command_table.o command_table_helper.o
+BIOS = bios_parser.o bios_parser_interface.o bios_parser_helper.o command_table.o command_table_helper.o bios_parser_common.o
BIOS += command_table2.o command_table_helper2.o bios_parser2.o