We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5697f commit 40c56bdCopy full SHA for 40c56bd
arch/arm64/kvm/hyp/nvhe/Makefile
@@ -28,7 +28,7 @@ hyp-obj-y += $(lib-objs)
28
29
hyp-obj := $(patsubst %.o,%.nvhe.o,$(hyp-obj-y))
30
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
+targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
32
33
# 1) Compile all source files to `.nvhe.o` object files. The file extension
34
# avoids file name clashes for files shared with VHE.
0 commit comments