summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-01 10:26:48 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-01 10:26:48 -0600
commit4b49b8122c8c5c5ddc68df61057df0b94f46d66f (patch)
tree34adaea310d7075444f05103b3b0a63ae6db6298 /Makefile
parenta44801f079e684dbc0956d9c3d6281eb6216957b (diff)
downloadcachepc-4b49b8122c8c5c5ddc68df61057df0b94f46d66f.tar.gz
cachepc-4b49b8122c8c5c5ddc68df61057df0b94f46d66f.zip
Remove kernel config for previous version and updated README
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fbbf409..34c682c 100755
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,7 @@ clean:
$(LINUX)/arch/x86/kvm/cachepc:
ln -sf $(PWD)/cachepc $@
-linux:
- # build host kernel and Module.symvers for depmod
- cp extra/.config linux/.config
+linux: # build host kernel for depmod
git -C $(LINUX) add .
git -C $(LINUX) stash
git -C $(LINUX) checkout d9bd54fea4d2