Received: by 2002:a05:6a10:8395:0:0:0:0 with SMTP id n21csp94443pxh; Tue, 9 Nov 2021 07:49:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJwrzxucLN0Hb2ERGEPbu0k58vQdpvcU8okyyVOT5OYmm29Xqe/J8KbLUFcsCl0CPlyY+RtY X-Received: by 2002:a17:906:2f09:: with SMTP id v9mr10861997eji.163.1636472957093; Tue, 09 Nov 2021 07:49:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1636472957; cv=none; d=google.com; s=arc-20160816; b=R2YLJ1Nah7RxWsLwzRHVsoMygikL3xNQDeJTUMuYQ6s22o6m7ZQxRciarPnDBD+eiW nfJ8AwDf6oD69byHhCKs5+KyqCqULi49I6Kll7m+/U2cNzxB3XMP1iM8nJWo32FVyk9r FN9TBwZhVe4KTpFYYHbnEUyZJKglyGbM/EPcqSimqDaexV8C08MI4DsLGRnzJe2OAy/j gYVHe0mE2fSpk35iqGZRitoFC6j98hdLsYtdCWW5U4lsDrcoyousCFU820dp0mxIbJbO vSjgQsA4uRfmObWgm3yEgih3UOvkN1fgy7wrj1SyzFDG2iKdaL4Ivc3ea4vvEwafyns0 AJYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=1YCDlrgXvUk44CWNQA+qdpVdNJ9D8reTfgHvgkD3XUA=; b=yMuCVcGGB4YvMgYs0XH37gf+6hSvs4+rrFnqfum7wLrIY5kur5ePZvUBE7piNJCMSI m9xPu0BUWnjFvgO5YTWgcKmKGhdOKuikySmgUdHGmOAK9t0JQpx4ZV6ZWzoWLikvF/0E tApcfTujP7GPxEv7aV/mshFk3fFIoeywWjfs/w0qVKQWQiTINeQcBbLa0F8LNPB3Vd/k bzJ0WcjbLM/O1p6WKzMWz15LOyWsRSHTzaOLnDyKnx613BVFdhSq0rHWALbsAbquxdfJ lvWx+zfK5Gesx2OAwWr56qA+PQ46v8/UpcLYjKXJhYqhPhCTccUWvn5qEF9IqNlVIk0W tQNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hc33si36161545ejc.589.2021.11.09.07.48.52; Tue, 09 Nov 2021 07:49:17 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243799AbhKIH6g (ORCPT + 99 others); Tue, 9 Nov 2021 02:58:36 -0500 Received: from verein.lst.de ([213.95.11.211]:48900 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243795AbhKIH6d (ORCPT ); Tue, 9 Nov 2021 02:58:33 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 9444E68AA6; Tue, 9 Nov 2021 08:55:45 +0100 (CET) Date: Tue, 9 Nov 2021 08:55:45 +0100 From: Christoph Hellwig To: Joonas Lahtinen Cc: Christoph Hellwig , Jani Nikula , Rodrigo Vivi , Zhenyu Wang , Zhi Wang , Jason Gunthorpe , intel-gfx@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/29] drm/i915/gvt: integrate into the main Makefile Message-ID: <20211109075545.GA27339@lst.de> References: <20211102070601.155501-1-hch@lst.de> <20211102070601.155501-3-hch@lst.de> <163602902009.4807.3745093259631583283@jlahtine-mobl.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <163602902009.4807.3745093259631583283@jlahtine-mobl.ger.corp.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 04, 2021 at 02:30:20PM +0200, Joonas Lahtinen wrote: > Quoting Christoph Hellwig (2021-11-02 09:05:34) > > Remove the separately included Makefile and just use the relative > > reference from the main i915 Makefile as for source files in other > > subdirectories. > > The thinking behind the split is to avoid any merge conflicts as the > gvt/ subdirectory is handled through separate pull request flow and > are note part of drm-tip. > > The other subdirectories are part of drm-intel-next/drm-intel-gt-next > and are part of drm-tip. > > So I would rather still see the Makefile live in gvt/ directory. So the reason I did this is because the include broke doing nice little subdir makes or me. It would also require renaming the kvmgvt.c source file later on.