Missed one place for handling lowlatency kernels flavours.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-02-16 14:23:53 +01:00
parent eceece62a6
commit 06fd5dacc3

View File

@ -579,6 +579,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
virtual|generic-hwe-*)
FLAVOUR="generic"
;;
lowlatency-hwe-*)
FLAVOUR="lowlatency"
;;
oem-*)
FLAVOUR="oem"
;;