diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-25 21:50:43 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-25 21:50:43 +0100 |
| commit | 0bdf830ba840ce53cb1362acbf71965cd80e9397 (patch) | |
| tree | f6b904a6d6fcbe63a28901603c5c6108bb6926fc /Makefile | |
| parent | d16af2b7f9b0026e2776237dd0ea673d88531e7d (diff) | |
| download | cachepc-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-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
