blob: 42d6942fe8ad809b41174a115f399fd2807234f1 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001LOCAL_PATH := $(call my-dir)
2
3ifneq (,$(filter $(word 2,$(subst -, ,$(LINUX_KERNEL_VERSION))),$(subst /, ,$(LOCAL_PATH))))
4
5include $(CLEAR_VARS)
6LOCAL_MODULE := met.ko
7LOCAL_STRIP_MODULE := true
8MET_DRIVER_DIR := $(LOCAL_PATH)
9include $(MTK_KERNEL_MODULE)
10
11endif # Kernel version matches current path