]> code.ossystems Code Review - openembedded-core.git/commit
scripts/tiny/ksize: Fix for more recent kernels
authorjan <jan.vermaete@gmail.com>
Thu, 7 May 2020 13:25:36 +0000 (15:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 May 2020 17:55:43 +0000 (18:55 +0100)
commitfacc8a5859d95c416aff8313bec3f3a6d5ef5fec
tree3a381e879a3f72ac717ee80eab8d9334dcc38247
parentbf746c2dea3ade181e91ef12d41dfe4286949e1d
scripts/tiny/ksize: Fix for more recent kernels

In the past kernel built object files were named 'built-in.o'.
Nowadays it is 'built-in.a'.

The script is modified to work with both.  I expect
it will not happen that there are built-in.a and built-in.o
files in the same kernel.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/tiny/ksize.py