1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 09:58:32 +00:00

Build kernel with our cross-compiler

This commit is contained in:
sin 2014-03-02 20:45:52 +00:00
parent 5c0a27a6c1
commit 7fc57a998a
2 changed files with 1 additions and 2 deletions

1
TODO

@ -11,4 +11,3 @@ Packages
* Create an hwclock service file. * Create an hwclock service file.
* Create a tinyalsa service file. * Create a tinyalsa service file.
* Build musl from source. * Build musl from source.
* Build kernel with our cross-compiler.

@ -5,7 +5,7 @@ build: crossmusl kernel_headers
cp "$top/stuff/kernel-config-$arch" .config cp "$top/stuff/kernel-config-$arch" .config
#make menuconfig #make menuconfig
make oldconfig make oldconfig
make bzImage -j$nprocs make CC=$CC bzImage -j$nprocs
cp arch/x86/boot/bzImage "$root/boot" cp arch/x86/boot/bzImage "$root/boot"
cp .config "$root/boot/bzImage.config" cp .config "$root/boot/bzImage.config"
cp System.map "$root/boot" cp System.map "$root/boot"