summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-09-06 13:04:50 +0200
committerLouis Burda <quent.burda@gmail.com>2022-09-06 13:15:58 +0200
commit24d7c448e49e3dc2abbf3bc804247fb30410775a (patch)
treeae1500766c726f97b23bd3e05738dc063eab05c3 /Makefile
parent647ced3c3389a01515aea1e391830fd8e7134931 (diff)
downloadcachepc-24d7c448e49e3dc2abbf3bc804247fb30410775a.tar.gz
cachepc-24d7c448e49e3dc2abbf3bc804247fb30410775a.zip
Fix kvm-amd module
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57ceecd..33be001 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 test/sev
+all: reset clean prepare build test/eviction test/access test/kvm test/sev test/sev-es
clean:
$(MAKE) -C $(KERNEL_SOURCE) SUBDIRS=arch/x86/kvm clean