Bugfix. Compiler was not defined.

This commit is contained in:
Igor Pecovnik 2017-10-14 17:15:38 +02:00
parent 9cc2395f32
commit ff09893542

View file

@ -24,7 +24,8 @@ case $BRANCH in
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
KERNELDIR=$MAINLINE_KERNEL_DIR
;;
KERNEL_USE_GCC='> 7.0'
;;
dev)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE