KVM: arm64: nvhe: Rename confusing obj-y
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Jun 2022 09:20:25 +0000 (18:20 +0900)
committerMarc Zyngier <maz@kernel.org>
Wed, 29 Jun 2022 09:52:58 +0000 (10:52 +0100)
commit3d5697f95e492899d0bf813cbab2af03dde77fa2
tree311daf38ab5890c443ea0e8e5e14df0ece18a78f
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e
KVM: arm64: nvhe: Rename confusing obj-y

This Makefile appends several objects to obj-y from line 15, but none
of them is linked to vmlinux in an ordinary way.

obj-y is overwritten at line 30:

  obj-y := kvm_nvhe.o

So, kvm_nvhe.o is the only object directly linked to vmlinux.

Replace the abused obj-y with hyp-obj-y.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220613092026.1705630-1-masahiroy@kernel.org
arch/arm64/kvm/hyp/nvhe/Makefile