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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CF73C433E0 for ; Fri, 12 Mar 2021 07:14:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA28C64F6D for ; Fri, 12 Mar 2021 07:14:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229587AbhCLHOA (ORCPT ); Fri, 12 Mar 2021 02:14:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230021AbhCLHN2 (ORCPT ); Fri, 12 Mar 2021 02:13:28 -0500 Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FEA6C061761 for ; Thu, 11 Mar 2021 23:13:28 -0800 (PST) Received: by mail-pl1-x630.google.com with SMTP id n17so7943364plc.7 for ; Thu, 11 Mar 2021 23:13:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=8nQj9pi8kjO+3bW20OImEAoMcuUJaaLHne2pfVwUQ6Q=; b=dwwxuqGcb7m1V2mOAW6wNrN/Rn2cO4xUkD86mev0DNFe6xFtk2F6LhQf7L8Kl4Jk7z 9Co4IFbc12R9j/Tex6UeUXaZ87AcNer7/qvtL32tvbCrIBo7cBJNlAfkf9M2LStPxbte 5Ok++zsxD915TOa62W8ig4rmoKaRp0oqF6muZRXRDh9vX2Dcndwhe8qkqvQXXHpnEPtZ m42XwMqTxj2fc29+WsMcxuOF7VtIT3L338O+9NGTQ7NxiUqfgl2+rYFqi9rEGCvRJ+aK c49thxKwfNRz7VNCN1Lv777XrRtAphBPL/2LTa5Gbo3d/dLeN8FXYsYONP7fWpkAkoQ3 DQYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8nQj9pi8kjO+3bW20OImEAoMcuUJaaLHne2pfVwUQ6Q=; b=Wx5McO34vLdTkmHENvddBfaNoOVYPljA8MfKmQPeiRskIcO9aWsfkWpfk8LHrFwevq P8xSB1BOXh+iJhzak5jEtZ+HH+McIZ99s7UczwsDE2PQEJGoeAj7XEASD/BA0wAdy+Ip Z4wFrm6xJWFOjYC4CnxKAWXvUbwENOGo1Y1+YXlB/PZBWKggCgYyTVP+DMpvp6qbKn/b 9HEnjFiCsHU2RoVLP7PVqr9IwnOFFJQw35++cBYuEX7Bkq4BKv0KdPYatcB6BJ+EyX/X hz7I1JSzXV2NsZTfNmSY9fCpM8Ag9+sK9bEJQjKlHCPIIy8FI/hGv7RlGzMCgStxIfB1 fYsQ== X-Gm-Message-State: AOAM532qNOpsm/mr0KZ1T5OWRf87gWSP7vZ1duwCgwDrLUXA+QAGtPaR 7ZcXtoBp76FuRSPaE3HtHOXskw== X-Google-Smtp-Source: ABdhPJyqTbGj1r2y6pAX7x+QniRp6iMckEBevx7znL3cwTDnyfN5TnDEXb7MWU6A5zTm+M6PQ/XJxw== X-Received: by 2002:a17:90a:9f4a:: with SMTP id q10mr3181343pjv.113.1615533208160; Thu, 11 Mar 2021 23:13:28 -0800 (PST) Received: from localhost ([122.171.124.15]) by smtp.gmail.com with ESMTPSA id k63sm4451560pfd.48.2021.03.11.23.13.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Mar 2021 23:13:27 -0800 (PST) Date: Fri, 12 Mar 2021 12:43:25 +0530 From: Viresh Kumar To: Frank Rowand Cc: Masahiro Yamada , Michal Marek , Vincent Guittot , David Gibson , Michal Simek , Geert Uytterhoeven , Anmar Oueja , Bill Mills , Geert Uytterhoeven , Linux Kbuild mailing list , Linux Kernel Mailing List Subject: Re: [PATCH V11 3/5] kbuild: Allow .dtso format for overlay source files Message-ID: <20210312071325.zosmlttse4ym7sit@vireshk-i7> References: <170e086a5fa076869e7b37de8eea850fa7c39118.1615354376.git.viresh.kumar@linaro.org> <20210312044712.srmqfuie7fae55pb@vireshk-i7> <17c65559-865f-f742-660f-0ab30ed45d90@gmail.com> <4d9bee7a-416e-50a1-65a5-0674ae83d42e@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d9bee7a-416e-50a1-65a5-0674ae83d42e@gmail.com> User-Agent: NeoMutt/20180716-391-311a52 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-03-21, 01:09, Frank Rowand wrote: > I suggested having the .dtso files include the .dts file because that is a relatively > small and easy change to test. What would probably make more sense is the rename > the existing overlay .dts files to be .dtso files and then for each overlay .dtso > file create a new .dts file that #includes the corresponding .dtso file. This is > more work and churn, but easier to document that the .dts files are a hack that is > needed so that the corresponding .dtb.S files will be generated. What about creating links instead then ? -- viresh