aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch
blob: bc7057418290511226a331499c1f4f3d507e1681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 00d705afec8bfc7423772b4d8b94dc3b74e0d46a Mon Sep 17 00:00:00 2001
From: Mykola Lysenko <Mykola.Lysenko@amd.com>
Date: Thu, 28 Jan 2016 18:12:03 +0800
Subject: [PATCH 0743/1110] drm/amd/dal: remove warning in bios makefile

Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/bios/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/bios/Makefile b/drivers/gpu/drm/amd/dal/dc/bios/Makefile
index 75bb892..ddfe457 100644
--- a/drivers/gpu/drm/amd/dal/dc/bios/Makefile
+++ b/drivers/gpu/drm/amd/dal/dc/bios/Makefile
@@ -11,7 +11,6 @@ AMD_DAL_FILES += $(AMD_DAL_BIOS)
 ifndef CONFIG_DRM_AMD_DAL_VBIOS_PRESENT
 AMD_DAL_FILES := $(filter-out $(AMDDALPATH)/dc/bios/bios_parser_helper.o,$(AMD_DAL_FILES))
 endif
-$(warning AMD_DAL_FILES=$(AMD_DAL_FILES))
 
 
 ###############################################################################
-- 
2.7.4