s390/decompressor: avoid packing *.o.chkbss files into startup.a
authorVasily Gorbik <gor@linux.ibm.com>
Thu, 28 Jun 2018 17:21:36 +0000 (19:21 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Jul 2018 10:32:22 +0000 (12:32 +0200)
commit7e0363b469f5d2ad00234497aad65c7b46db42c0
treee985cc191cd7818e437cbc1d96feeba00b901739
parentb887b1b106654141ab034061ef0cc8d471ebc683
s390/decompressor: avoid packing *.o.chkbss files into startup.a

startup.a build rule packs a list of prerequisites into archive. That
didn't take into account extra prerequisites added by chkbss, so that
zero length *.o.chkbss files were also packed into the archive.

To avoid that filter only real object from prerequisites list.

Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/Makefile