ARC: build: remove unneeded extra-y
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 21 Nov 2020 19:36:56 +0000 (04:36 +0900)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 2 Dec 2020 01:24:05 +0000 (17:24 -0800)
commita4e070cfeb9d4961a169a2f1a614665cf51de963
tree9d9036348a61652c4f9d088c4c7dc1159f5d7508
parentc5e6ae563c802c4d828d42e134af64004db2e58c
ARC: build: remove unneeded extra-y

Adding vmlinux.* to extra-y has no point because we expect they are
built on demand while building uImage.*

Add them to 'targets' is enough to include the corresponding .cmd file.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/Makefile