kernel headers compile
This commit is contained in:
parent
0a416a4ae9
commit
888e6d204d
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -93,6 +93,7 @@ make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun7i_defconfig
|
||||||
cp $DEST/linux-sunxi/kernel.config $DEST/linux-sunxi/.config
|
cp $DEST/linux-sunxi/kernel.config $DEST/linux-sunxi/.config
|
||||||
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
|
||||||
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install
|
||||||
|
make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output headers_install
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue