mk/kernel-build.mk: Drop redundant assignments
commit6794a3dd815affd9a5e9610323164c464b93fad2
authorPhil Sutter <phil@nwl.cc>
Mon, 28 Nov 2022 00:46:12 +0000 (28 01:46 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Mon, 28 Nov 2022 07:27:09 +0000 (28 08:27 +0100)
treee766f6cdfe932f4414b44d5bc692e76bb7ddbf63
parentc99122bbcbf248b813cfe6d868aee321cc2249db
mk/kernel-build.mk: Drop redundant assignments

If ADK_TARGET_KERNEL_VMLINUX_BOOTP==y, ADK_TARGET_KERNEL=bootpfile hence
no need for the clause. Also, KERNEL_TARGET defaults to
$(ADK_TARGET_KERNEL) already.

Signed-off-by: Phil Sutter <phil@nwl.cc>
mk/kernel-build.mk