summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-07-25 20:13:43 +0200
committerLouis Burda <quent.burda@gmail.com>2022-07-25 20:13:43 +0200
commitc80d9518901eac7547b462ec4e79125c6913b378 (patch)
treedce0405ba5543a18796848113b00b40921fcba93 /Makefile
parent7e2719c913c833bdd93b463f5a7dc878d5a22273 (diff)
downloadcachepc-c80d9518901eac7547b462ec4e79125c6913b378.tar.gz
cachepc-c80d9518901eac7547b462ec4e79125c6913b378.zip
Working prime and probe - but inaccuarate
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 856a779..9f815b1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,15 +3,13 @@ PWD := $(shell pwd)
.PHONY: all reset clean prepare build
-all: reset prepare build
+all: reset clean prepare build
clean:
$(MAKE) -C $(KERNEL_SOURCE) SUBDIRS=arch/x86/kvm clean
reset:
git -C $(KERNEL_SOURCE) reset --hard
- #git -C $(KERNEL_SOURCE) clean -dfx
- #cp .config $(KERNEL_SOURCE)/.config
$(KERNEL_SOURCE)/arch/x86/kvm/svm/cachepc:
ln -s $(PWD)/src $@