rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | ifneq (,$(filter $(word 2,$(subst -, ,$(LINUX_KERNEL_VERSION))),$(subst /, ,$(LOCAL_PATH)))) | ||||
4 | |||||
5 | include $(CLEAR_VARS) | ||||
6 | LOCAL_MODULE := met.ko | ||||
7 | LOCAL_STRIP_MODULE := true | ||||
8 | MET_DRIVER_DIR := $(LOCAL_PATH) | ||||
9 | include $(MTK_KERNEL_MODULE) | ||||
10 | |||||
11 | endif # Kernel version matches current path |