blob: c89e6902cbc103d4cf6777200be7079dd09d97a2 [file] [log] [blame]
xing.xu8953edd2024-12-04 20:33:24 +08001ifeq ($(shell echo $(TARGET_BUILD_KERNEL_VERSION) | awk '{if ($$1 >= 5.15) print "true"}'),true)
kuan.hud4bbe942024-06-03 17:52:30 +08002include $(call all-subdir-makefiles)
xing.xu8953edd2024-12-04 20:33:24 +08003endif