summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-09 12:38:14 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-09 12:38:14 +0100
commit7772e36f54534aeefe70c01e77bbc1a5f07b2508 (patch)
treee3b43ceab4999d8f8eefbc0ef5544a2775f8528a /Makefile
parentc1cc24c1e78f9c67bda882f2ee096fb8d6578cf0 (diff)
downloadcachepc-7772e36f54534aeefe70c01e77bbc1a5f07b2508.tar.gz
cachepc-7772e36f54534aeefe70c01e77bbc1a5f07b2508.zip
Stash minor fixes
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
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