From 7772e36f54534aeefe70c01e77bbc1a5f07b2508 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 9 Jan 2023 12:38:14 +0100 Subject: Stash minor fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5084c4d..e64e421 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ BINS += test/readsvme util/debug util/reset CFLAGS = -I . -I test -Wunused-variable -Wunknown-pragmas -all: cachepc $(BINS) +all: build $(BINS) clean: $(MAKE) -C $(LINUX) SUBDIRS=arch/x86/kvm clean @@ -32,7 +32,7 @@ host: git -C $(LINUX) checkout HEAD git -C $(LINUX) stash pop -cachepc: $(LINUX)/arch/x86/kvm/cachepc +build: $(LINUX)/arch/x86/kvm/cachepc $(MAKE) -C $(LINUX) -j $(JOBS) M=arch/x86/kvm modules $(MAKE) -C $(LINUX) -j $(JOBS) M=crypto modules -- cgit v1.2.3-71-gd317