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