update: remove submodule
This commit is contained in:
@@ -3,5 +3,7 @@ build/
|
||||
ext/
|
||||
.gdb_history
|
||||
|
||||
/linux
|
||||
|
||||
*.swp
|
||||
*~
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
[submodule "linux"]
|
||||
path = linux
|
||||
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
|
||||
branch = linux-6.6.y
|
||||
@@ -12,7 +12,11 @@ sudo apt install qemu-system-x86 grub-pc-bin e2fsprogs
|
||||
git clone <REPOSITORY_URL>
|
||||
cd kernel-study
|
||||
|
||||
git submodule update --init --recursive --remote --depth 1
|
||||
git clone --depth 1 --branch linux-6.6.y https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
|
||||
cd linux
|
||||
make defconfig
|
||||
# make menuconfig
|
||||
|
||||
make
|
||||
```
|
||||
|
||||
|
||||
-1
Submodule linux deleted from 5fa4793a2d
Reference in New Issue
Block a user