xing.xu | 8953edd | 2024-12-04 20:33:24 +0800 | [diff] [blame] | 1 | ifeq ($(shell echo $(TARGET_BUILD_KERNEL_VERSION) | awk '{if ($$1 >= 5.15) print "true"}'),true) |
kuan.hu | d4bbe94 | 2024-06-03 17:52:30 +0800 | [diff] [blame] | 2 | include $(call all-subdir-makefiles) |
xing.xu | 8953edd | 2024-12-04 20:33:24 +0800 | [diff] [blame] | 3 | endif |