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 EC978C43381 for ; Wed, 20 Jan 2021 12:00:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C11F22332B for ; Wed, 20 Jan 2021 12:00:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388477AbhATLoX (ORCPT ); Wed, 20 Jan 2021 06:44:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389473AbhATL2l (ORCPT ); Wed, 20 Jan 2021 06:28:41 -0500 Received: from mail-pf1-x431.google.com (mail-pf1-x431.google.com [IPv6:2607:f8b0:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89205C061798 for ; Wed, 20 Jan 2021 03:28:01 -0800 (PST) Received: by mail-pf1-x431.google.com with SMTP id 11so14306801pfu.4 for ; Wed, 20 Jan 2021 03:28:01 -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=5C36+KK+ZwCozfA+Xk85YVuDANWbjdMSTMpiHoCogIk=; b=j0DePEWGVCVzKBL4UrRlIOqRfAi3e9/BYBY2rp+YfO71dbsU++ZV8kzv92wNdxhy8N LGHCDsCdCgiJ78KW3uHIY0sRNaawouN/5w9LPooZzR47PIVvmDpi2/raI+DSgko1hkn9 vSLU4OoDkrWGqew17OUS3C+H/0Sj5dt6jnatPrdBf5KsZ3yz9oDWEW0g+pEJ0qNUHQx+ 0QEdEtLQVz6ObugsK1wyivKf0rorW1erdFg+O1ihtwhF+JQ0BlijErVfjghuhSa94k8v 4+4pWtgLXaFwdtZld6HG/1/bHM4JB6/8EYgMUyryTBC3sI1UoROZDpbnF4s8EG39CkT8 pmmQ== 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=5C36+KK+ZwCozfA+Xk85YVuDANWbjdMSTMpiHoCogIk=; b=a+s5uDgZII4woInHaj6s5U49/wWDbqMb7uW2L+kokdTrruSxtOBXEFI/uaaIvc46ex imK6nsT+4rshrIcN72eaqsgCuS3V9Fe4I417DzMQ6DBPTD2Ih5DwEbXfF/XPHmotR5te 6j4AfQXBgoH/qEO6yz9sBs9nKRQdAfyRDGKeQH0VzV6CuyAWBXneZ5niluM3X8+72V0P EoSju8Y/5Sfw4VG2hOzJsaLVp/EErYvvJGZ4Dngd4EyCp8rISGzhwXIqgiXdoB2OSTLw j/SW7I0HSfdmMe0uixErHBeJcdXBvnnK/fF3hTjOmrr02TApfyf0BIBUA7coxswdxszP K2vw== X-Gm-Message-State: AOAM531i+DpQsBhLApK08s0c0K176qiNyQR+lsnCTBGFVnAIdHpVvSoq newReHco+riQShvJ+ewB3QbRCQ== X-Google-Smtp-Source: ABdhPJxGtnsepugPmla4bIMZB+HVrt5zcDr9LletZEnWsvOok/MuMx9loQRr79dWZoW3iBHUsmyghQ== X-Received: by 2002:a62:61c2:0:b029:1b9:19f5:dcfc with SMTP id v185-20020a6261c20000b02901b919f5dcfcmr8637320pfb.27.1611142081056; Wed, 20 Jan 2021 03:28:01 -0800 (PST) Received: from localhost ([122.172.59.240]) by smtp.gmail.com with ESMTPSA id b185sm1995541pfa.112.2021.01.20.03.27.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jan 2021 03:28:00 -0800 (PST) Date: Wed, 20 Jan 2021 16:57:58 +0530 From: Viresh Kumar To: Masahiro Yamada Cc: Frank Rowand , Rob Herring , Pantelis Antoniou , Michal Marek , Vincent Guittot , DTML , Linux Kernel Mailing List , David Gibson , Bill Mills , Anmar Oueja , Linux Kbuild mailing list Subject: Re: [PATCH V5 4/5] kbuild: Add support to build overlays (%.dtbo) Message-ID: <20210120112758.xpcgqsuo5j2d3bbo@vireshk-i7> References: <6e57e9c84429416c628f1f4235c42a5809747c4c.1611124778.git.viresh.kumar@linaro.org> <20210120095541.f354ml4h36rfc4gx@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716-391-311a52 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20-01-21, 20:04, Masahiro Yamada wrote: > The DTC rule takes one source input, and one output file. > > It cannot generate .dtb and .dtbo at the same time. > > That is why a grouped target does not fit here. Okay, thanks for taking time to explain this. Will fix this in the next version. -- viresh