Merge branch 'thingos' into thingos-next

This commit is contained in:
Calin Crisan 2018-03-31 22:51:05 +03:00
commit c4001ba2a5

View File

@ -107,6 +107,9 @@ elif [ "$target" == "clean-target" ]; then
echo "removing .stamp_images_installed files"
find $outputdir/build -name .stamp_images_installed | xargs -r rm
echo "removing linux kernel build dir"
make O=$outputdir linux-dirclean
fi
if [ -f $outputdir/.config ]; then