]> git.ipfire.org Git - thirdparty/linux.git/commit
kbuild: remove UIMAGE_IN and UIMAGE_OUT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 31 Dec 2018 01:05:01 +0000 (10:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 6 Jan 2019 00:46:51 +0000 (09:46 +0900)
commit786ac51a48465da56f333652ec1d8b215bb272fe
treee76aff2088162312d926c1bc445ab08f88ddb1a1
parente9666d10a5677a494260d60d1fa0b73cc7646eb3
kbuild: remove UIMAGE_IN and UIMAGE_OUT

The only/last user of UIMAGE_IN/OUT was removed by commit 4722a3e6b716
("microblaze: fix multiple bugs in arch/microblaze/boot/Makefile").

The input and output should always be $< and $@.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.lib