From: tip-bot for Andrey Skvortsov <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, luto@amacapital.net,
linux-kernel@vger.kernel.org, andrej.skvortzov@gmail.com,
hpa@zytor.com, mingo@kernel.org
Subject: [tip:x86/asm] x86, vdso: teach 'make clean' remove vdso64 binaries
Date: Tue, 3 Feb 2015 22:00:46 -0800 [thread overview]
Message-ID: <tip-050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07@git.kernel.org> (raw)
In-Reply-To: <1422453867-17326-1-git-send-email-andrej.skvortzov@gmail.com>
Commit-ID: 050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07
Gitweb: http://git.kernel.org/tip/050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07
Author: Andrey Skvortsov <andrej.skvortzov@gmail.com>
AuthorDate: Wed, 28 Jan 2015 17:04:27 +0300
Committer: Andy Lutomirski <luto@amacapital.net>
CommitDate: Wed, 28 Jan 2015 18:44:18 -0800
x86, vdso: teach 'make clean' remove vdso64 binaries
After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.
Link: http://lkml.kernel.org/r/1422453867-17326-1-git-send-email-andrej.skvortzov@gmail.com
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
---
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 5a4affe..09297c8 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*
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*
prev parent reply other threads:[~2015-02-04 6:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 14:04 [PATCH] x86/vdso: " Andrey Skvortsov
2015-01-29 2:44 ` Andy Lutomirski
2015-02-04 6:00 ` tip-bot for Andrey Skvortsov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07@git.kernel.org \
--to=tipbot@zytor.com \
--cc=andrej.skvortzov@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®