992813d9c1
git-subtree-dir: qcom/opensource/fingerprint git-subtree-mainline:af64423e9f
git-subtree-split:bf1db14b5f
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/fingerprint tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
14 lines
387 B
Makefile
14 lines
387 B
Makefile
FINGERPRINT_DLKM_ENABLED := true
|
|
ifeq ($(TARGET_KERNEL_DLKM_DISABLE), true)
|
|
ifeq ($(TARGET_KERNEL_DLKM_FINGERPRINT_OVERRIDE), false)
|
|
FINGERPRINT_DLKM_ENABLED := false;
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(FINGERPRINT_DLKM_ENABLED), true)
|
|
ifeq ($(call is-board-platform-in-list,pineapple), true)
|
|
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/qbt_handler.ko
|
|
endif
|
|
|
|
endif
|