[GIT PULL] x86/build tree change for v3.19
From: Ingo Molnar
Date: Tue Dec 09 2014 - 07:37:48 EST
Linus,
Please pull the latest x86-build-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-for-linus
# HEAD: 3ea4b8ee2419e21295cabab66c317612c5a55d26 x86/purgatory, build: Suppress kexec-purgatory.c is up to date message
A single minor change: suppress a repetitive build message.
Thanks,
Ingo
------------------>
WANG Chao (1):
x86/purgatory, build: Suppress kexec-purgatory.c is up to date message
arch/x86/purgatory/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile
index 899dd2454256..2c41066150ba 100644
--- a/arch/x86/purgatory/Makefile
+++ b/arch/x86/purgatory/Makefile
@@ -23,6 +23,7 @@ quiet_cmd_bin2c = BIN2C $@
$(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE
$(call if_changed,bin2c)
+ @:
obj-$(CONFIG_KEXEC_FILE) += kexec-purgatory.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/