diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-06-13 12:20:25 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-06-29 12:52:58 +0300 |
commit | 3d5697f95e492899d0bf813cbab2af03dde77fa2 (patch) | |
tree | 311daf38ab5890c443ea0e8e5e14df0ece18a78f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a111daf0c53ae91e71fd2bfe7497862d14132e3e (diff) | |
download | linux-3d5697f95e492899d0bf813cbab2af03dde77fa2.tar.xz |
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
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions