kbuild: remove unused OBJSIZE
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 23 Oct 2020 11:57:32 +0000 (13:57 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 2 Nov 2020 02:31:00 +0000 (11:31 +0900)
commitd9b5665fb3c822730857ba9119ead8b5e5ff967d
tree287a1afff0fa42f0ab5d742191a6aa052fe2e713
parent3cea11cd5e3b00d91caf0b4730194039b45c5891
kbuild: remove unused OBJSIZE

The "size" tool has been solely used by s390 to enforce .bss section usage
restrictions in early startup code. Since commit 980d5f9ab36b ("s390/boot:
enable .bss section for compressed kernel") and commit 2e83e0eb85ca
("s390: clean .bss before running uncompressed kernel") these restrictions
have been lifted for the decompressor and uncompressed kernel and the
size tool is now unused.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/llvm.rst
Makefile