Searched hist:"3 d5697f95e492899d0bf813cbab2af03dde77fa2" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | Makefile | diff 3d5697f95e492899d0bf813cbab2af03dde77fa2 Mon Jun 13 11:20:25 CEST 2022 Masahiro Yamada <masahiroy@kernel.org> 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
|