mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
so now u-boot-sunxi needs the kernel's config
This commit is contained in:
parent
490ce6f671
commit
e032b4af1a
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -140,6 +140,7 @@ function compile() {
|
||||||
mkdir -p $BINARIES_DIR
|
mkdir -p $BINARIES_DIR
|
||||||
|
|
||||||
( cd $DEST/u-boot-sunxi
|
( cd $DEST/u-boot-sunxi
|
||||||
|
cp $CWD/config/kernel.config $DEST/u-boot-sunxi/include/linux/config.h
|
||||||
echo ". . compiling u-boot-sunxi"
|
echo ". . compiling u-boot-sunxi"
|
||||||
make -j2 'cubietruck' CROSS_COMPILE=$CROSS_COMPILE
|
make -j2 'cubietruck' CROSS_COMPILE=$CROSS_COMPILE
|
||||||
make HOSTCC=gcc CROSS_COMPILE='' tools
|
make HOSTCC=gcc CROSS_COMPILE='' tools
|
||||||
|
|
Loading…
Reference in a new issue