From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752560AbbC0Ssb (ORCPT ); Fri, 27 Mar 2015 14:48:31 -0400 Received: from mail.kernel.org ([198.145.29.136]:49904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbbC0Ss1 (ORCPT ); Fri, 27 Mar 2015 14:48:27 -0400 From: Andy Lutomirski To: Ingo Molnar , X86 ML Cc: linux-kernel@vger.kernel.org, Andy Lutomirski Subject: [GIT PULL 4/4] x86, vdso: Remove x32 intermediates during 'make clean' Date: Fri, 27 Mar 2015 11:48:19 -0700 Message-Id: <7fa2ad4a63bc6f52e214125900d54165ef06cc10.1427482099.git.luto@kernel.org> X-Mailer: git-send-email 2.3.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The existing clean-files rule was missing vdsox32.so and vdsox32.so.dbg. We should really rename the intermeciates to allow a single rule to get them all. Also-reported-by: Magnus Damm Signed-off-by: Andy Lutomirski --- arch/x86/vdso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index 03351f6afbef..706d4670351d 100644 --- a/arch/x86/vdso/Makefile +++ b/arch/x86/vdso/Makefile @@ -205,4 +205,4 @@ $(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE PHONY += vdso_install $(vdso_img_insttargets) vdso_install: $(vdso_img_insttargets) FORCE -clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c +clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c vdsox32.so* -- 2.3.0