mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 06:29:01 +01:00
Corrected wrong folder name
This commit is contained in:
parent
83648fcbba
commit
095b950cfd
@ -1,11 +1,11 @@
|
||||
#!/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
|
||||
make CC=clang HOSTCC=clang
|
||||
sudo make modules_install install
|
||||
sudo make modules_install install
|
||||
|
Loading…
Reference in New Issue
Block a user