summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-08-31 19:13:35 +0200
committerLouis Burda <quent.burda@gmail.com>2022-08-31 19:13:35 +0200
commit0c72f6ff527b37d229bd6488d92f48e6829efecc (patch)
tree3a83b09514c578c67fe54491a359f3df07675a99 /Makefile
parent9a8c707c6f27f202d110f383b004a8be9948887e (diff)
downloadcachepc-0c72f6ff527b37d229bd6488d92f48e6829efecc.tar.gz
cachepc-0c72f6ff527b37d229bd6488d92f48e6829efecc.zip
Run SEV_INIT on vmfd before intializing vmcpu for runtime memory decryption
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d701acb..57ceecd 100755
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ load:
test/%: test/%.c kmod/cachepc_user.h
# $(CC) -o $@ $< -I kmod
- clang -fsanitize=address -o $@ $< -I kmod
+ clang -fsanitize=address -o $@ $< -I kmod -Wunused-variable
update:
git -C $(KERNEL_SOURCE) diff > patch.diff