]> git.baikalelectronics.ru Git - kernel.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)
commitbb87eee29f3ceb3e18c97468f254dce170e6a43d
treee76aff2088162312d926c1bc445ab08f88ddb1a1
parentb0b1801da16c4c07f395f95cef074a1bb2ce6f8f
kbuild: remove UIMAGE_IN and UIMAGE_OUT

The only/last user of UIMAGE_IN/OUT was removed by commit 3cbc8f728353
("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