From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1FA96C43334 for ; Wed, 15 Jun 2022 08:35:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6E28910E94F; Wed, 15 Jun 2022 08:35:44 +0000 (UTC) Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050:0:465::201]) by gabe.freedesktop.org (Postfix) with ESMTPS id 181EF10F24C for ; Wed, 15 Jun 2022 08:35:42 +0000 (UTC) Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4LNJXm5Bqtz9sZP; Wed, 15 Jun 2022 10:35:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1655282136; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xm4fgaRru4dzEvjhwxr8MimpEawTkmo1P615vrl4qys=; b=fEZWCxZbz6IjIkNJu1NH7KR/01mZ5pN43SRIAopD8Jpq7i2iU+/bdnT3LaF4VmtQzErDX8 FKvfVedcbVGFHgAVUfd6jC7TjxKp/5ixLblpy0DHZkyQJcwJ0hnzSJ86nRBgJOzSmMAPJe GeIm1L5ZfKyJiGr/RscDHzFZIMTh/gdV9PswP/nFO214dhzc9+IJv4L5tGN2zTeezVsFPb ratujNwZflUShfra6yZDH7ndVhP36VFFa1Cm20VJWsj+tBlrKXKL3g1SHZXdgJpiZC69hv Fxsjfi8P3DDEslClMNJYyfdgK7Fhz4xBDviD2vVR6GHPAEsRkNJ1BzE2ki/VtA== Message-ID: Date: Wed, 15 Jun 2022 10:35:35 +0200 MIME-Version: 1.0 Subject: Re: [PATCH] drm/radeon: Add build directory to include path Content-Language: en-CA From: =?UTF-8?Q?Michel_D=c3=a4nzer?= To: Masahiro Yamada References: <20220413161450.1854370-1-michel@daenzer.net> <8beac4f5-f7e8-31ab-bbf3-36a917979bfc@mailbox.org> In-Reply-To: <8beac4f5-f7e8-31ab-bbf3-36a917979bfc@mailbox.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MBO-RS-ID: a3467709dafe0001700 X-MBO-RS-META: o8y3bn756pjdf71b8nzpptrcgezm3n8f X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?Q?Christian_K=c3=b6nig?= , Xinhui Pan , Maling list - DRI developers , Alex Deucher , amd-gfx list , =?UTF-8?Q?Christian_K=c3=b6nig?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2022-04-14 18:57, Michel Dänzer wrote: > On 2022-04-14 17:04, Masahiro Yamada wrote: >> On Thu, Apr 14, 2022 at 10:50 PM Michel Dänzer >> wrote: >>> On 2022-04-14 15:34, Alex Deucher wrote: >>>> On Thu, Apr 14, 2022 at 4:44 AM Christian König >>>> wrote: >>>>> Am 14.04.22 um 09:37 schrieb Michel Dänzer: >>>>>> >>>>>> make -C build-amd64 M=drivers/gpu/drm >> >> >> Maybe >> >> make O=build-arm64 drivers/gpu/drm/ >> >> is the way you were searching for. >> >> It builds only drivers/gpu/drm/ >> in the separate directory. > > Indeed, that works. I've come to realize that this doesn't produce the actual *.ko modules though. Is there a trick for building the modules, but only under drivers/gpu/drm/ ? -- Earthling Michel Dänzer | https://redhat.com Libre software enthusiast | Mesa and Xwayland developer