config: Check for kernel 5.10 in openmax makefile too

Change-Id: Ib699a5a5c1bc8d3278b52252b9e815b08b91b4cc
This commit is contained in:
Tim Zimmermann
2025-02-16 10:36:52 +01:00
parent a342185360
commit 22cb7c0ffc

View File

@@ -21,7 +21,7 @@ $(call soong_config_set,openmax,USE_MFC_HEADER,true)
endif
# since 4.19 kernel
ifneq ($(filter 4.19 5.4, $(TARGET_LINUX_KERNEL_VERSION)),)
ifneq ($(filter 4.19 5.4 5.10, $(TARGET_LINUX_KERNEL_VERSION)),)
$(call soong_config_set,openmax,MAINLINE_FEATURE_IN_SINCE_4_19,true)
endif