]> 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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 11 May 2020 16:15:02 +0000 (06:15 -1000)
commit8a883c3b0773960908491c03c46e7ed320e41dc5
treea6de604657880e5f00caf19191e3d101a0db2bcd
parentfcd6c105bee1c689f06b46659779bddfad07d9c9
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/tiny/ksize.py