From patchwork Thu Sep 13 20:28:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 969535 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42B9L05PCnz9s9N for ; Fri, 14 Sep 2018 06:31:52 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42B9L036bnzF3T9 for ; Fri, 14 Sep 2018 06:31:52 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=209.85.218.41; helo=mail-oi0-f41.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42B9GB4GJvzF1RG for ; Fri, 14 Sep 2018 06:28:34 +1000 (AEST) Received: by mail-oi0-f41.google.com with SMTP id m11-v6so10775152oic.2 for ; Thu, 13 Sep 2018 13:28:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CIGZC6tKjvF57c8/im+HJDPdF2dQ6tBvjTQvWqmnb8A=; b=MEdKUt0rAURrNgPe26x/ZyMiHilRT8e2aANqmQO1SMqWaIq3nrmWGCPCTvr5s9sLKx KBdqlO0HoDXoIF2E6Fyu2HIpwh+XEyznddTA+XBoKR0iyMfg7T7Oy6YoqNCR1I6oFeut k3/EmEhq0w9IdMA6h8uv+6sL6XPmppzfJZzWb53ju/k93hdpljQZh24reZpdtUMJFP7e KM7oQ9QPtDfslinpGulZQX86PwWTaETkNz6uHEdAWF9gOHXaXI1/Ahr2aaY3bpPXUEbZ ssblRUGOz2+XkaZ3VIaLs4FDe0FvuqPqRP+HOiscvF8IYCTyH4CxjM5Hp6g+6B6LHOWX FxIg== X-Gm-Message-State: APzg51DKemqjOwgj5xRglJZfJkqWr/te2b/EAgxkgjEYZSVSK95pPASt KfQHFqrHfz4CrA0EPXbpzA== X-Google-Smtp-Source: ANB0VdZcf9sIokw42XfsvwlMACIqKWZQjSLq3d/wjWZnKTd7UCbwl5YtH7qGSj4NSbEgQnsQEaWCNg== X-Received: by 2002:a54:4f94:: with SMTP id g20-v6mr7155799oiy.130.1536870512396; Thu, 13 Sep 2018 13:28:32 -0700 (PDT) Received: from xps15.herring.priv (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.googlemail.com with ESMTPSA id h34-v6sm756745otb.71.2018.09.13.13.28.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Sep 2018 13:28:30 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Subject: [PATCH 2/3] scripts/dtc: Add yamltree.c to dtc sources Date: Thu, 13 Sep 2018 15:28:27 -0500 Message-Id: <20180913202828.15372-2-robh@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180913202828.15372-1-robh@kernel.org> References: <20180913202828.15372-1-robh@kernel.org> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Frank Rowand , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" dtc has a new source file, yamltree.c, that needs to be copied when syncing dtc sources. Signed-off-by: Rob Herring --- scripts/dtc/update-dtc-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh index 1a009fd195d0..7dd29a0362b8 100755 --- a/scripts/dtc/update-dtc-source.sh +++ b/scripts/dtc/update-dtc-source.sh @@ -32,7 +32,7 @@ DTC_UPSTREAM_PATH=`pwd`/../dtc DTC_LINUX_PATH=`pwd`/scripts/dtc DTC_SOURCE="checks.c data.c dtc.c dtc.h flattree.c fstree.c livetree.c srcpos.c \ - srcpos.h treesource.c util.c util.h version_gen.h Makefile.dtc \ + srcpos.h treesource.c util.c util.h version_gen.h yamltree.c Makefile.dtc \ dtc-lexer.l dtc-parser.y" LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c \ fdt_overlay.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c \