From patchwork Sun Jun 21 01:10:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rasmus Villemoes X-Patchwork-Id: 6651881 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 648E99F399 for ; Sun, 21 Jun 2015 01:11:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C86FB206AF for ; Sun, 21 Jun 2015 01:11:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1FD64206B1 for ; Sun, 21 Jun 2015 01:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932570AbbFUBLO (ORCPT ); Sat, 20 Jun 2015 21:11:14 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:34249 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754732AbbFUBLI (ORCPT ); Sat, 20 Jun 2015 21:11:08 -0400 Received: by lagx9 with SMTP id x9so4540607lag.1 for ; Sat, 20 Jun 2015 18:11:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Wkltbjbx8EWUveQurly5k0tl3c63SzTAB4OznbC/ONI=; b=Rt9hPz5UMgCnU/nbHWeCikadEtqWMbT2B6GAE1COA4Ym3hS7XdgTdlLrJnf/VJ7d+F qLNPk0t+umHStdAvpfUva+64S2MgZOrH2wMCnt2E/+T6SfCkli64oTG8AAwfqXxMgKSy UGqh3ecsHEnD8+ZfY5QgN7EyMMgBjq2KmROrw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Wkltbjbx8EWUveQurly5k0tl3c63SzTAB4OznbC/ONI=; b=OtXLh/ooNHtVC94HaZf44Vshow6p3mmzgXiPy+Dv2BYebj6tvqg0nGJJLmBq7ffInh uUEdJs7dhONDK+Dan8KVOE+xe7pyGPxTcM566O3Ecf+9p8jH5TfK9i6QcqvMGKMDgyQb zqXYJBKNWE3iCXdDfUn0xIkoQ5zqXOc9DurQnZC681HyW9Sv+Jc2JfumkKAxHyuheopr u3O5QHCowITe4i6CLa9CITQZsByAor4ZsR2uKSGnGG2GaGvg08Lk4RR7axdNpSk2FbxN kLWDRLlc0kJXT6bCMH6J0LirutIXeIfcKdaYFQ2oyd0cEf/8eifi3zoiGh/RWL7ybqzN W++A== X-Gm-Message-State: ALoCoQmjOsFqM9kgtgVcsL1Br0gxv0Kh0J36P7cVo8oGU8bQv8zRmBBZQsMCerchhlCkY7HzRps/ X-Received: by 10.152.44.166 with SMTP id f6mr24198164lam.86.1434849067137; Sat, 20 Jun 2015 18:11:07 -0700 (PDT) Received: from spencer.imf.au.dk ([130.225.20.51]) by mx.google.com with ESMTPSA id k10sm3602165lbq.9.2015.06.20.18.11.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 20 Jun 2015 18:11:06 -0700 (PDT) From: Rasmus Villemoes To: Michal Marek Cc: linux-kbuild@vger.kernel.org, Rasmus Villemoes , linux-kernel@vger.kernel.org Subject: [RFC 3/4] kbuild: remove *.su files generated by -fstack-usage Date: Sun, 21 Jun 2015 03:10:45 +0200 Message-Id: <1434849046-19920-4-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1434849046-19920-1-git-send-email-linux@rasmusvillemoes.dk> References: <1434849046-19920-1-git-send-email-linux@rasmusvillemoes.dk> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Make sure 'make clean' removes *.su files generated by the gcc option -fstack-usage. Signed-off-by: Rasmus Villemoes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 40a8b068ac26..5cd04968d914 100644 --- a/Makefile +++ b/Makefile @@ -1430,6 +1430,7 @@ clean: $(clean-dirs) \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ -o -name '*.ko.*' \ -o -name '*.dwo' \ + -o -name '*.su' \ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ -o -name '*.symtypes' -o -name 'modules.order' \ -o -name modules.builtin -o -name '.tmp_*.o.*' \