summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-08-30 22:28:28 +0200
committerLouis Burda <quent.burda@gmail.com>2022-08-30 22:28:28 +0200
commit7522dca83c8bd76c068ed4d1110cb7032088e1a4 (patch)
treec052d20870cf8046a1a91a485f95242e5cc80e3c /Makefile
parent89ad69afdb9051bdf098e0e05a47e2f62ff6a3f1 (diff)
downloadcachepc-7522dca83c8bd76c068ed4d1110cb7032088e1a4.tar.gz
cachepc-7522dca83c8bd76c068ed4d1110cb7032088e1a4.zip
sev.c now works until KVM_SEV_LAUNCH_FINISH
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4a5caf..2ce4aba 100755
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PWD := $(shell pwd)
.PHONY: all reset clean prepare build
-all: reset clean prepare build test/eviction test/access test/kvm
+all: reset clean prepare build test/eviction test/access test/kvm test/sev
clean:
$(MAKE) -C $(KERNEL_SOURCE) SUBDIRS=arch/x86/kvm clean