Build ice tarball for mediatek target

This commit is contained in:
Jonas Höglund 2017-05-04 15:05:08 +02:00
parent 623466d5c6
commit fbd369320c

View file

@ -142,6 +142,7 @@ function generate_tarballs {
build_ice_consumer
elif [ "$stk_target" == "mediatek" ]; then
build_mediatek_kernel
build_ice_consumer
else
echo "Invalid target: $stk_target"
print_usage