summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-11-25 21:50:43 +0100
committerLouis Burda <quent.burda@gmail.com>2022-11-25 21:50:43 +0100
commit0bdf830ba840ce53cb1362acbf71965cd80e9397 (patch)
treef6b904a6d6fcbe63a28901603c5c6108bb6926fc /Makefile
parentd16af2b7f9b0026e2776237dd0ea673d88531e7d (diff)
downloadcachepc-0bdf830ba840ce53cb1362acbf71965cd80e9397.tar.gz
cachepc-0bdf830ba840ce53cb1362acbf71965cd80e9397.zip
Implement VMSA change based single stepping and guest vmmcall intercept among other things
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2c7ef7..2b410cb 100755
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PWD := $(shell pwd)
TARGETS = build test/eviction test/access test/kvm test/sev test/sev-es test/sevstep
TARGETS += test/aes-detect_guest test/aes-detect_host
TARGETS += test/access-detect_guest test/access-detect_host
-TARGETS += test/readsvme
+TARGETS += test/readsvme test/debug
CFLAGS = -I . -I test -Wunused-variable -Wunknown-pragmas
@@ -34,7 +34,7 @@ freq:
update:
git -C $(LINUX) diff 0aaa1e599bee256b3b15643bbb95e80ce7aa9be5 -G. > patch.diff
-test/aes-detect_%: test/aes-detect_%.c test/aes-detect.c
+test/aes-detect_%: test/aes-detect_%.c test/aes-detect.c cachepc/uapi.h
clang -o $@ $< $(CFLAGS) -I test/libkcapi/lib -L test/libkcapi/.libs -lkcapi -static
test/%: test/%.c cachepc/uapi.h