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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 0DFFDC4332F for ; Wed, 22 Dec 2021 16:40:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5C6D78304D; Wed, 22 Dec 2021 17:40:42 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.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=gmail.com header.i=@gmail.com header.b="iWD0+WP2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AFDD883059; Wed, 22 Dec 2021 17:40:40 +0100 (CET) Received: from mail-il1-x131.google.com (mail-il1-x131.google.com [IPv6:2607:f8b0:4864:20::131]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DF80D8304B for ; Wed, 22 Dec 2021 17:40:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=aford173@gmail.com Received: by mail-il1-x131.google.com with SMTP id y16so2222503ilq.8 for ; Wed, 22 Dec 2021 08:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dDB0x1CiHj+vmuhQxQi057rY1hi/WykDToHEx6TXr0c=; b=iWD0+WP27ydPkTgScK6kYqZ+N/jCKFdCamMuRO7nrJWrhEswY1Gku9ONwrDQmVLTSz lAUDk5D75mmMmr6r/nnrfYjktsrCtouLCU9AciD0yFQphOlB1UT12o3NsLSUwLijQYXE q87LBJNGPNQc68gSG4gbEUNAPmB++RcoWaRmgGmlRMGn2Ge4uIhk71UV8OK3Lr+TCmBY uDyGoVYSv7shMUdrmjuEsINEQ3SH8YdmgWLRw5uuPsoKmwZQ2pblRun1sC+GIzeArHIB dxmkVvtVtUZzxOt3KcS3A+/dEch4GIS7cSxzG4qKcb6VaKJTtLFehTyT3R/Mtq8ov1pp QbsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dDB0x1CiHj+vmuhQxQi057rY1hi/WykDToHEx6TXr0c=; b=LpmDCiGiKE1PLQFaTzID1apeTk8K7l0sA76vIaDYFfF35aDKIpKHnfJENkdCYKEOKn FXyeTXYSsQ3jLcC93O29tUOCluIlUJDApzDyWL5U+zbud6lF1jgGeVSE1+tpx1AWR5+5 taRz4MQAzEvwtpDrYszMiQ84hdAXlSPjO00xaCYH2auCI+RH3O1j8QFf20a2JzyNlYNo qTdPKQr1Tdk8zGix5SzamIkfqIGwPFZ79240E8rdolcaClRHA+yA5DBZm0BPJTDFQBOz UtTmHXM9UIwVL+zPxG39yu2wQivA1wgNnh/D6uwTFtY23vKsEZ2nehVVM4CB78cPEA/u 5BKg== X-Gm-Message-State: AOAM530VXJaMhtTJErGT5KPPRbfqxQff8c32rVxG9qj1SGBUBlzzzyTQ h5ORXiy08UF54zI38jUADkaee5FG3RHNRQ== X-Google-Smtp-Source: ABdhPJxnQPsyAB49llHVhHw/ZbEqNMm15E9QQ0aDg9toQW0Tgq+/U4QK5ZkpA2gTu/DGdRix/XCiXA== X-Received: by 2002:a05:6e02:52c:: with SMTP id h12mr1796185ils.69.1640191236091; Wed, 22 Dec 2021 08:40:36 -0800 (PST) Received: from aford-IdeaCentre-A730.lan ([2601:448:8400:9e8:1a9c:8b48:18a7:5add]) by smtp.gmail.com with ESMTPSA id q8sm1533002iow.47.2021.12.22.08.40.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Dec 2021 08:40:35 -0800 (PST) From: Adam Ford To: u-boot@lists.denx.de Cc: trini@konsulko.com, Adam Ford Subject: [PATCH] Makefile: Add more files to clean list Date: Wed, 22 Dec 2021 10:40:27 -0600 Message-Id: <20211222164027.211585-1-aford173@gmail.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.38 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 When building for i.mx8m boards with binman, a few more additional files are created which should be removed when running 'make clean' Signed-off-by: Adam Ford diff --git a/Makefile b/Makefile index ae9bfab91a..3c2b7008d4 100644 --- a/Makefile +++ b/Makefile @@ -2108,7 +2108,9 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \ u-boot* MLO* SPL System.map fit-dtb.blob* \ 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 + idbloader.img flash.bin flash.log defconfig keep-syms-lto.c \ + mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \ + itb.fit.fit itb.fit.itb itb.map spl.map # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include/generated spl tpl \ -- 2.32.0