From c1cc24c1e78f9c67bda882f2ee096fb8d6578cf0 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 5 Jan 2023 14:30:00 +0100 Subject: Stash previous changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e64e421..5084c4d 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: build $(BINS) +all: cachepc $(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 -build: $(LINUX)/arch/x86/kvm/cachepc +cachepc: $(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