From: Magnus Damm <magnus@valinux.co.jp>
To: linux-kernel@vger.kernel.org
Cc: Magnus Damm <magnus@valinux.co.jp>,
fastboot@lists.osdl.org, ebiederm@xmission.com
Subject: [PATCH] i386: CONFIG_RELOCATABLE clean fix
Date: Tue, 8 Aug 2006 17:24:13 +0900 (JST) [thread overview]
Message-ID: <20060808082509.359.32542.sendpatchset@cherry.local> (raw)
i386: CONFIG_RELOCATABLE clean fix
vmlinux.bin.all and vmlinux.relocs should be removed by the clean rule.
Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
---
This patch applies on top of Eric W. Biedermans CONFIG_RELOCATABLE tree
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
--- 0001/arch/i386/boot/compressed/Makefile
+++ work/arch/i386/boot/compressed/Makefile 2006-08-07 12:47:00.000000000 +0900
@@ -4,7 +4,8 @@
# create a compressed vmlinux image from the original vmlinux
#
-targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
+targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o \
+ vmlinux.bin.all vmlinux.relocs
EXTRA_AFLAGS := -traditional
LDFLAGS_vmlinux := -T
reply other threads:[~2006-08-08 8:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20060808082509.359.32542.sendpatchset@cherry.local \
--to=magnus@valinux.co.jp \
--cc=ebiederm@xmission.com \
--cc=fastboot@lists.osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.