mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-27 17:21:34 +00:00
Update common.sh
This commit is contained in:
parent
2ce66c60af
commit
cee9cedd50
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ then
|
|||
cp arch/arm/boot/zImage output/boot/
|
||||
cp arch/arm/boot/dts/*.dtb output/boot
|
||||
elif [[ $BOARD == "bananapi-next" || $BOARD == "cubietruck-next" ]]
|
||||
then
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- LOADADDR=0x40008000 uImage modules $DTBS LOCALVERSION="$LOCALVERSION"
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output/usr headers_install
|
||||
|
|
Loading…
Add table
Reference in a new issue