diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-01 10:26:48 -0600 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-01 10:26:48 -0600 |
| commit | 4b49b8122c8c5c5ddc68df61057df0b94f46d66f (patch) | |
| tree | 34adaea310d7075444f05103b3b0a63ae6db6298 /Makefile | |
| parent | a44801f079e684dbc0956d9c3d6281eb6216957b (diff) | |
| download | cachepc-4b49b8122c8c5c5ddc68df61057df0b94f46d66f.tar.gz cachepc-4b49b8122c8c5c5ddc68df61057df0b94f46d66f.zip | |
Remove kernel config for previous version and updated README
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
