mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 06:48:59 +01:00
Corrected wrong folder name
This commit is contained in:
parent
83648fcbba
commit
095b950cfd
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
### Copy vmlinux into the bootable linux folder and install the new kernel
|
||||
cp $HOME/standalone-build/vmlinux $HOME/bootable-kernel/
|
||||
cp $HOME/standalone-build/vmlinux $HOME/bootable-linux/
|
||||
|
||||
cd $HOME/bootable-kernel
|
||||
cd $HOME/bootable-linux
|
||||
|
||||
scripts/sortextable vmlinux
|
||||
nm -n vmlinux | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( .L\)' > System.map
|
||||
|
Loading…
Reference in New Issue
Block a user