From: H Hartley Sweeten <hartleys@visionengravers.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] linux: rebuild after reconfiguring kernel
Date: Tue, 6 Jul 2010 11:30:52 -0700 [thread overview]
Message-ID: <201007061130.52946.hartleys@visionengravers.com> (raw)
Add support for rebuilding the kernel after make linux26-menuconfig.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
---
diff --git a/linux/linux.mk b/linux/linux.mk
index 593a1b4..a014f55 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -139,6 +139,7 @@ linux26: host-module-init-tools $(LINUX26_DEPENDENCIES) $(LINUX26_DIR)/.stamp_in
linux26-menuconfig linux26-xconfig linux26-gconfig: $(LINUX26_DIR)/.stamp_configured
$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(subst linux26-,,$@)
+ $(Q)touch $@
# Support for rebuilding the kernel after the initramfs file list has
# been generated in $(BINARIES_DIR)/rootfs.initramfs.
next reply other threads:[~2010-07-06 18:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-06 18:30 H Hartley Sweeten [this message]
2010-07-07 12:09 ` [Buildroot] [PATCH] linux: rebuild after reconfiguring kernel Thomas Petazzoni
2010-07-07 20:11 ` H Hartley Sweeten
2010-07-08 7:31 ` Thomas Petazzoni
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=201007061130.52946.hartleys@visionengravers.com \
--to=hartleys@visionengravers.com \
--cc=buildroot@busybox.net \
/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