Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux: rebuild after reconfiguring kernel
@ 2010-07-06 18:30 H Hartley Sweeten
  2010-07-07 12:09 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: H Hartley Sweeten @ 2010-07-06 18:30 UTC (permalink / raw)
  To: buildroot

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.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-08  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 18:30 [Buildroot] [PATCH] linux: rebuild after reconfiguring kernel H Hartley Sweeten
2010-07-07 12:09 ` Thomas Petazzoni
2010-07-07 20:11   ` H Hartley Sweeten
2010-07-08  7:31     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox