]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/Makefile.lib: Align the output of LZO
authorWu Zhangjin <wuzhangjin@gmail.com>
Thu, 11 Mar 2010 09:42:14 +0000 (17:42 +0800)
committerMichal Marek <mmarek@suse.cz>
Thu, 11 Mar 2010 10:01:15 +0000 (11:01 +0100)
commit121f8049b2c84a5ae2680b38365255105cb78a93
treef6259f0f89c67ac23991a862f1ba48a2a7e87620
parentef8cf289d63c76a22173f9950cf2d80bd062e66b
scripts/Makefile.lib: Align the output of LZO

The output of LZO is not aligned with the other output:
  ...
  CC      drivers/usb/mon/usbmon.mod.o
  LZO    arch/mips/boot/compressed/vmlinux.lzo
  ...

This patch fixes it.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.lib