Skip to content

Commit 40c56bd

Browse files
masahir0yMarc Zyngier
authored andcommitted
KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-y
These are generated on demand. Adding them to 'targets' is enough. Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3d5697f commit 40c56bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/hyp/nvhe/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hyp-obj-y += $(lib-objs)
2828

2929
hyp-obj := $(patsubst %.o,%.nvhe.o,$(hyp-obj-y))
3030
obj-y := kvm_nvhe.o
31-
extra-y := $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
31+
targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
3232

3333
# 1) Compile all source files to `.nvhe.o` object files. The file extension
3434
# avoids file name clashes for files shared with VHE.

0 commit comments

Comments
 (0)