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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 2C9D8C433EF for ; Thu, 23 Sep 2021 10:12:19 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 314ED6103C for ; Thu, 23 Sep 2021 10:12:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 314ED6103C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 798C283368; Thu, 23 Sep 2021 12:12:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=canonical.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.b="VHQ1XGDe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7175A83375; Thu, 23 Sep 2021 12:12:11 +0200 (CEST) Received: from smtp-relay-canonical-1.canonical.com (smtp-relay-canonical-1.canonical.com [185.125.188.121]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id CDAC083221 for ; Thu, 23 Sep 2021 12:12:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=canonical.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=heinrich.schuchardt@canonical.com Received: from workstation5.fritz.box (ip-88-152-144-157.hsi03.unitymediagroup.de [88.152.144.157]) (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 smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 5BB353F357; Thu, 23 Sep 2021 10:12:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1632391924; bh=+8kvHAFUYHXpSwv/dCTwZYSfGwS9jcL5453e09YDkfM=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=VHQ1XGDeq+Q/RZl9SxxMh/+lZZEgy/1DUjfDZCp7LIHDwmasxmkwpBrsmUAMbhR1a LcV/VG+dqi7L6GqvHEXna104PyKi3JHf3KyxYu9J/Eif9uwEPeafGbc3KA6eCPa2n6 zzSiOHpY0zdWQ8jfq1MADJPBWEOmouPUkXjjiiB3oWcUqxMsnhHvCZWzNjZXfTSkbh WorLgV8whl9WaHwzb3yTqBXCHIAadrbdiJ9wEleBO2hRlzFubat+7YVwVdnkPLmjPV GIQpmUpcKZvryJZjQQeaZ0HjJ29iajfELL+xy09eCrfVvJsQOQutD6SClfF6GmfYxC CbKfJkhw80kwA== From: Heinrich Schuchardt To: Tom Rini Cc: Simon Glass , =?UTF-8?q?Pali=20Roh=C3=A1r?= , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Bin Meng , Chee Hong Ang , u-boot@lists.denx.de, Heinrich Schuchardt Subject: [PATCH] Makelfile: clean target should remove itb* Date: Thu, 23 Sep 2021 12:11:59 +0200 Message-Id: <20210923101159.41580-1-heinrich.schuchardt@canonical.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean In the U-Boot directory files itb.fit.fit, itb.fit.itb, itb.map are created (e.g. for sifive_unmatched_defconfig). These should be removed by the clean target. Signed-off-by: Heinrich Schuchardt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3014788e14..720fea3ca9 100644 --- a/Makefile +++ b/Makefile @@ -2095,7 +2095,7 @@ CLEAN_DIRS += $(MODVERDIR) \ $(filter-out include, $(shell ls -1 $d 2>/dev/null)))) CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \ - boot* u-boot* MLO* SPL System.map fit-dtb.blob* \ + boot* u-boot* MLO* SPL System.map fit-dtb.blob* itb.* \ u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \ lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \ idbloader.img flash.bin flash.log defconfig keep-syms-lto.c -- 2.32.0