From da76c11f2059a8696a3df41844d49f82e6988843 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Wed, 5 Oct 2022 15:33:22 +0200 Subject: Fix uapi types and expose KVM_TRACK enum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3388608..38442f4 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ load: sudo insmod $(LINUX)/arch/x86/kvm/kvm.ko sudo insmod $(LINUX)/arch/x86/kvm/kvm-amd.ko -test/%: test/%.c cachepc/cachepc_user.h +test/%: test/%.c cachepc/uapi.h sevstep/uapi.h clang -o $@ $< -fsanitize=address -I . -Wunused-variable -- cgit v1.2.3-71-gd317