summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $@