bsp/build.sh
@@ -21,6 +21,8 @@ { DIR=$1 cd $PRJ_PATH sed -i "s|^BOARD.*|BOARD=${BOARD}|g" ${DIR}/build.sh if [ $DIR = bootloader -o $DIR == kernel ] ; then @@ -46,13 +48,13 @@ function do_build() { cd tarball && ./build.sh && cd - cd $PRJ_PATH/tarball && ./build.sh && cd - cd bootloader && ./build.sh && cd - cd $PRJ_PATH/bootloader && ./build.sh && cd - cd kernel && ./build.sh && cd - cd $PRJ_PATH/kernel && ./build.sh && cd - cd rootfs && ./build.sh && cd - cd $PRJ_PATH/rootfs && ./build.sh && cd - } do_modify