summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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