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>
This commit is contained in:
Wu Zhangjin 2010-03-11 17:42:14 +08:00 committed by Michal Marek
parent 73d1393eb8
commit 2d74b2c62c
1 changed files with 1 additions and 1 deletions