All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/radeon: remove unneeded header include path
@ 2020-02-13 15:39 Masahiro Yamada
  2020-02-13 15:39   ` Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Masahiro Yamada @ 2020-02-13 15:39 UTC (permalink / raw)
  To: Alex Deucher, Christian K���nig, David Zhou,
	amd-gfx
  Cc: Masahiro Yamada, Daniel Vetter, David Airlie, dri-devel, linux-kernel

A header include path without $(srctree)/ is suspicious because it does
not work with O= builds.

You can build drivers/gpu/drm/radeon/ without this include path.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 drivers/gpu/drm/radeon/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile
index c693b2ca0329..9d5d3dc1011f 100644
--- a/drivers/gpu/drm/radeon/Makefile
+++ b/drivers/gpu/drm/radeon/Makefile
@@ -3,8 +3,6 @@
 # Makefile for the drm device driver.  This driver provides support for the
 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
 
-ccflags-y := -Idrivers/gpu/drm/amd/include
-
 hostprogs := mkregtable
 clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
 
-- 
2.17.1


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

end of thread, other threads:[~2020-03-25 15:51 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 15:39 [PATCH 1/4] drm/radeon: remove unneeded header include path Masahiro Yamada
2020-02-13 15:39 ` [PATCH 2/4] drm/radeon: fix build rules of *_reg_safe.h Masahiro Yamada
2020-02-13 15:39   ` Masahiro Yamada
2020-02-13 15:39   ` Masahiro Yamada
2020-02-13 15:39 ` [PATCH 3/4] drm/radeon: use pattern rule to avoid code duplication in Makefile Masahiro Yamada
2020-02-13 15:39   ` Masahiro Yamada
2020-02-13 15:39   ` Masahiro Yamada
2020-02-13 15:39 ` [PATCH 4/4] drm/radeon: align short build log Masahiro Yamada
2020-02-13 15:39   ` Masahiro Yamada
2020-02-13 15:39   ` Masahiro Yamada
2020-03-24 16:47 ` [PATCH 1/4] drm/radeon: remove unneeded header include path Masahiro Yamada
2020-03-24 16:47   ` Masahiro Yamada
2020-03-24 16:47   ` Masahiro Yamada
2020-03-24 19:42   ` Alex Deucher
2020-03-24 19:42     ` Alex Deucher
2020-03-24 19:42     ` Alex Deucher
2020-03-25  1:13     ` Masahiro Yamada
2020-03-25  1:13       ` Masahiro Yamada
2020-03-25  1:13       ` Masahiro Yamada
2020-03-25 15:50       ` Alex Deucher
2020-03-25 15:50         ` Alex Deucher
2020-03-25 15:50         ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.