Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/i915: prefix header search path with $(srctree)/
@ 2019-06-26 14:36 Jani Nikula
  2019-06-26 14:36 ` [PATCH 2/2] drm/i915: add header search path to subdir Makefiles Jani Nikula
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jani Nikula @ 2019-06-26 14:36 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Per commit 43068cb7ba1f ("drm: prefix header search paths with
$(srctree)/") this is what we should be doing. Follow suit.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 84ac0fd1b8d0..7caed17d3bc6 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -35,7 +35,7 @@ subdir-ccflags-y += \
 # Extra header tests
 include $(src)/Makefile.header-test
 
-subdir-ccflags-y += -I$(src)
+subdir-ccflags-y += -I$(srctree)/$(src)
 
 # Please keep these build lists sorted!
 
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-27  7:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-26 14:36 [PATCH 1/2] drm/i915: prefix header search path with $(srctree)/ Jani Nikula
2019-06-26 14:36 ` [PATCH 2/2] drm/i915: add header search path to subdir Makefiles Jani Nikula
2019-06-26 14:39   ` Chris Wilson
2019-06-26 14:38 ` [PATCH 1/2] drm/i915: prefix header search path with $(srctree)/ Chris Wilson
2019-06-27  7:49   ` Jani Nikula
2019-06-26 14:52 ` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] " Patchwork
2019-06-26 15:35 ` ✓ Fi.CI.BAT: success " Patchwork
2019-06-27  0:38 ` ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox