Commit ce6a2bad authored by Vincent Donnefort's avatar Vincent Donnefort Committed by Marc Zyngier
Browse files

KVM: arm64: Fix out-of-tree build for nVHE/pKVM tracing



simple_ring_buffer.c is located in the source tree and isn't duplicated
to objtree. Fix its include path.

Signed-off-by: default avatarVincent Donnefort <vdonnefort@google.com>
Link: https://patch.msgid.link/20260311164956.1424119-1-vdonnefort@google.com


Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 39d5ca62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ hyp-obj-$(CONFIG_NVHE_EL2_TRACING) += clock.o trace.o events.o
hyp-obj-y += $(lib-objs)

# Path to simple_ring_buffer.c
CFLAGS_trace.nvhe.o += -I$(objtree)/kernel/trace/
CFLAGS_trace.nvhe.o += -I$(srctree)/kernel/trace/

##
## Build rules for compiling nVHE hyp code