From: Andreas Schwab <schwab@linux-m68k.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Dave Hansen <dave.hansen@intel.com>, "Winkler\,
Tomas" <tomas.winkler@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"SamuelOrtiz\@kroah.com" <SamuelOrtiz@kroah.com>,
LKML <linux-kernel@vger.kernel.org>,
linux-kbuild <linux-kbuild@vger.kernel.org>
Subject: [PATCH] Fix cleaning in scripts/mod
Date: Sat, 04 May 2013 16:32:53 +0200 [thread overview]
Message-ID: <87sj22zuga.fsf_-_@hase.home> (raw)
In-Reply-To: <CAMuHMdWSVUcwkY=xn+HjbruLxsc8Eqq=CWX78CdUc1+MAwCVhg@mail.gmail.com> (Geert Uytterhoeven's message of "Fri, 3 May 2013 13:34:50 +0200")
Make sure devicetable-offsets.h is cleaned in the scripts/mod directory
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
---
scripts/mod/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile
index 9415b56..75d59fc 100644
--- a/scripts/mod/Makefile
+++ b/scripts/mod/Makefile
@@ -37,6 +37,8 @@ scripts/mod/devicetable-offsets.s: scripts/mod/devicetable-offsets.c FORCE
$(obj)/$(devicetable-offsets-file): scripts/mod/devicetable-offsets.s
$(call cmd,offsets)
+targets += $(devicetable-offsets-file)
+
# dependencies on generated files need to be listed explicitly
$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
--
1.8.2.2
next prev parent reply other threads:[~2013-05-04 14:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-01 16:56 mei file2alias compile error Dave Hansen
2013-05-01 18:21 ` Greg Kroah-Hartman
2013-05-02 6:50 ` Winkler, Tomas
2013-05-02 15:23 ` Dave Hansen
2013-05-03 11:34 ` Geert Uytterhoeven
2013-05-04 14:32 ` Andreas Schwab [this message]
2013-05-05 8:24 ` [PATCH] Fix cleaning in scripts/mod Geert Uytterhoeven
2013-05-06 21:40 ` 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=87sj22zuga.fsf_-_@hase.home \
--to=schwab@linux-m68k.org \
--cc=SamuelOrtiz@kroah.com \
--cc=dave.hansen@intel.com \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tomas.winkler@intel.com \
/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