Title: [8994] trunk/scripts/Makefile.lib: kconfig: fix lzo indentation
Revision
8994
Author
vapier
Date
2010-07-19 01:40:40 -0400 (Mon, 19 Jul 2010)

Log Message

kconfig: fix lzo indentation

Modified Paths


Diff

Modified: trunk/scripts/Makefile.lib (8993 => 8994)


--- trunk/scripts/Makefile.lib	2010-07-19 05:37:54 UTC (rev 8993)
+++ trunk/scripts/Makefile.lib	2010-07-19 05:40:40 UTC (rev 8994)
@@ -241,7 +241,7 @@
 	lzma -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
 	(rm -f $@ ; false)
 
-quiet_cmd_lzo = LZO    $@
+quiet_cmd_lzo = LZO     $@
 cmd_lzo = (cat $(filter-out FORCE,$^) | \
 	lzop -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
 	(rm -f $@ ; false)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to