linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] missing include cflag on armada_trace
@ 2017-01-09 21:19 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2017-01-09 21:19 UTC (permalink / raw)
  To: linux-kernel

Hi,

While compiler the kernel for arm with allmodconfig,
I noticed a failure because armada's Makefile is
missing an include CFLAG.

The small patch below fixes the problem:

diff --git a/drivers/gpu/drm/armada/Makefile b/drivers/gpu/drm/armada/Makefile
index a18f156..64c0b45 100644
--- 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)

Thanks,

Christophe

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-09 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 21:19 [patch] missing include cflag on armada_trace Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).