All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michel Dänzer" <michel@daenzer.net>
To: "Alex Deucher" <alexander.deucher@amd.com>,
	"Christian König" <christian.koenig@amd.com>,
	"Xinhui Pan" <Xinhui.Pan@amd.com>
Cc: dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org
Subject: [PATCH] drm/radeon: Add build directory to include path
Date: Wed, 13 Apr 2022 18:14:50 +0200	[thread overview]
Message-ID: <20220413161450.1854370-1-michel@daenzer.net> (raw)

From: Michel Dänzer <mdaenzer@redhat.com>

Fixes compile errors with out-of-tree builds, e.g.

../drivers/gpu/drm/radeon/r420.c:38:10: fatal error: r420_reg_safe.h: No such file or directory
   38 | #include "r420_reg_safe.h"
      |          ^~~~~~~~~~~~~~~~~

Signed-off-by: Michel Dänzer <mdaenzer@redhat.com>
---
 drivers/gpu/drm/radeon/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile
index 11c97edde54d..37caf5236048 100644
--- a/drivers/gpu/drm/radeon/Makefile
+++ b/drivers/gpu/drm/radeon/Makefile
@@ -3,6 +3,8 @@
 # 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 += -I$(src)
+
 hostprogs := mkregtable
 targets := 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.35.1


             reply	other threads:[~2022-04-13 16:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 16:14 Michel Dänzer [this message]
2022-04-14  6:24 ` [PATCH] drm/radeon: Add build directory to include path Christian König
2022-04-14  7:37   ` Michel Dänzer
2022-04-14  8:44     ` Christian König
2022-04-14  8:56       ` Michel Dänzer
2022-04-14 13:34       ` Alex Deucher
2022-04-14 13:49         ` Michel Dänzer
2022-04-14 15:04           ` Masahiro Yamada
2022-04-14 15:04             ` Masahiro Yamada
2022-04-14 16:57             ` Michel Dänzer
2022-04-14 16:57               ` Michel Dänzer
2022-06-15  8:35               ` Michel Dänzer
2022-06-15  8:35                 ` Michel Dänzer
2022-06-18 22:08                 ` Masahiro Yamada
2022-06-18 22:08                   ` Masahiro Yamada
2022-06-19 16:22                   ` Ernst Sjöstrand
2022-06-19 16:22                     ` Ernst Sjöstrand
2022-06-20  7:42                     ` Michel Dänzer
2022-06-20  7:42                       ` Michel Dänzer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220413161450.1854370-1-michel@daenzer.net \
    --to=michel@daenzer.net \
    --cc=Xinhui.Pan@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.