so now u-boot-sunxi needs the kernel's config

This commit is contained in:
Gwenhael Le Moine 2015-02-20 10:44:55 +01:00
parent 490ce6f671
commit e032b4af1a

View file

@ -140,6 +140,7 @@ function compile() {
mkdir -p $BINARIES_DIR
( cd $DEST/u-boot-sunxi
cp $CWD/config/kernel.config $DEST/u-boot-sunxi/include/linux/config.h
echo ". . compiling u-boot-sunxi"
make -j2 'cubietruck' CROSS_COMPILE=$CROSS_COMPILE
make HOSTCC=gcc CROSS_COMPILE='' tools