mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
First attempt at booting
Untested because I ran out of space on my image and it's almost midnight
This commit is contained in:
@@ -428,7 +428,7 @@ cd linux-*/
|
||||
# NOTE: LLVM=1 is required for the Linux kernel Makefile. Otherwise, things will
|
||||
# not build properly. ~ahill
|
||||
LLVM=1 make -j $THREADS mrproper
|
||||
LLVM=1 make -j $THREADS defconfig
|
||||
cp /maple/linux.$(uname -m).config .config
|
||||
LLVM=1 make -j $THREADS
|
||||
LLVM=1 make -j $THREADS install
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user