From patchwork Mon May 11 04:52:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1287483 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49L7pv49rLz9sRf for ; Mon, 11 May 2020 14:52:55 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=WxdYF24W; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49L7pv1vvbzDqR5 for ; Mon, 11 May 2020 14:52:55 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49L7pn4vyXzDqGF for ; Mon, 11 May 2020 14:52:49 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=WxdYF24W; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49L7pl5qVsz9sRY; Mon, 11 May 2020 14:52:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1589172768; bh=ccOufcERQsUE56IcMRADIxWGmqqx41dwPRr6HyxQs1k=; h=From:To:Cc:Subject:Date:From; b=WxdYF24WLekGNOLaN8Dnkh6h9R5au2YJapibgfdxXfKw9qrSq+NILE/xdarWSNDXf bfJsAIDQ9UhM7rKsNnSc6GxNvAneVIucl29QyBP+RnYx5VZa+2OtWJCwRx9rnyWXb7 YjItErdQXsX5TyBtmrZy9olJYxp31VmLymYgqHYKVo6nvXnkOD9oU1GnuAhKB3jt42 Y6VjDbQwt1aFn7otBr7NvznrwOXrb5YqYXJ54otEZQrAHEIeA65Xe9R/wGuyKfpUNs gcCdDC1zQRjD+mIE3Gw77m1tURPWBgC2wwy1PWlxYT98/pVjUKFv6wmI4OKl3tJqhp dKKoovI0AlWRA== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Mon, 11 May 2020 14:52:39 +1000 Message-Id: <20200511045239.9385-1-amitay@ozlabs.org> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 Subject: [Pdbg] [PATCH] Makefile: p9.dts is generated X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index fdcbb09..5c65704 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,10 +82,10 @@ DT = fake.dts fake-backend.dts fake2.dts fake2-backend.dts \ p8-fsi.dts p8-i2c.dts p8-kernel.dts \ p9w-fsi.dts p9r-fsi.dts p9z-fsi.dts bmc-kernel.dts \ bmc-sbefifo.dts \ - p8-host.dts p9-host.dts p8.dts + p8-host.dts p9-host.dts p8.dts p9.dts -DT_sources = $(DT:.dts=.dtb.S) p9.dtb.S -DT_headers = $(DT:.dts=.dt.h) p9.dt.h +DT_sources = $(DT:.dts=.dtb.S) +DT_headers = $(DT:.dts=.dt.h) optcmd_test_SOURCES = src/optcmd.c src/parsers.c src/tests/optcmd_test.c optcmd_test_CFLAGS = -Wall -g