Fix build issue with armada_trace

This commit is contained in:
Justin M. Forbes 2016-12-14 17:07:05 -06:00
parent 962ea4f047
commit cabf9a0506
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,20 @@
From: Fedora Kernel Team <kernel-team@fedoraproject.org>
Date: Wed, 14 Dec 2016 16:53:21 -0600
Subject: [PATCH] Armada trace build fix
---
drivers/gpu/drm/armada/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/armada/Makefile b/drivers/gpu/drm/armada/Makefile
--- a/drivers/gpu/drm/armada/Makefile
+++ b/drivers/gpu/drm/armada/Makefile
@@ -4,3 +4,5 @@ armada-y += armada_510.o
armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o
obj-$(CONFIG_DRM_ARMADA) := armada.o
+
+CFLAGS_armada_trace.o := -I$(src)
--
2.9.3

View File

@ -587,6 +587,9 @@ Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch
# Work around thinkpad firmware memory layout issues and efi_mem_reserve()
Patch850: 0001-efi-prune-invalid-memory-map-entries.patch
# Fix build issue with armada_trace
Patch851: Armada-trace-build-fix.patch
# END OF PATCH DEFINITIONS
%endif