From: "Fernando Luis Vázquez Cao" <fernando_b1@lab.ntt.co.jp>
To: Michal Marek <mmarek@suse.cz>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] scripts/mod: add device table offsets file to list of files to clean
Date: Mon, 04 Mar 2013 18:57:23 +0900 [thread overview]
Message-ID: <1362391043.6156.2.camel@nexus.lab.ntt.co.jp> (raw)
From: Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
This file is generated so it does not get cleaned automagically. In other words
we need to added to the clean-files list.
Signed-off-by: Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
---
diff -urNp linux-3.9-rc1-orig/scripts/mod/Makefile linux-3.9-rc1/scripts/mod/Makefile
--- linux-3.9-rc1-orig/scripts/mod/Makefile 2013-03-04 16:09:29.297904000 +0900
+++ linux-3.9-rc1/scripts/mod/Makefile 2013-03-04 18:06:16.359389000 +0900
@@ -49,3 +49,5 @@ $(obj)/elfconfig.h: $(obj)/empty.o $(obj
$(call if_changed,elfconfig)
targets += elfconfig.h
+
+clean-files := $(devicetable-offsets-file)
next reply other threads:[~2013-03-04 9:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-04 9:57 Fernando Luis Vázquez Cao [this message]
2013-03-19 7:00 ` Fernando Luis Vazquez Cao
2013-04-08 14:34 ` Michal Marek
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=1362391043.6156.2.camel@nexus.lab.ntt.co.jp \
--to=fernando_b1@lab.ntt.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
/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
Powered by JetHome