Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1554726 > unrolled thread

[patch] missing include cflag on armada_trace

Started byChristophe Lyon <christophe.lyon@linaro.org>
First post2017-01-09 22:20 +0100
Last post2017-01-09 22:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [patch] missing include cflag on armada_trace Christophe Lyon <christophe.lyon@linaro.org> - 2017-01-09 22:20 +0100

#1554726 — [patch] missing include cflag on armada_trace

FromChristophe Lyon <christophe.lyon@linaro.org>
Date2017-01-09 22:20 +0100
Subject[patch] missing include cflag on armada_trace
Message-ID<sXPwe-PW-31@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web