mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-04 10:53:15 +00:00
Add snapshot for qbt_handler from msm-4.14 commit a139cb68a211 (soc: qcom: add support for fingerprint sensor driver). Change-Id: I9209db5e1deeb7a70e32142b49dfab4eb93d3f02 Signed-off-by: Abir Ghosh <abirg@codeaurora.org>
23 lines
526 B
Makefile
23 lines
526 B
Makefile
# UAPI Header export list
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
|
|
no-export-headers += a.out.h
|
|
endif
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
|
|
no-export-headers += kvm.h
|
|
endif
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
|
|
no-export-headers += kvm_para.h
|
|
endif
|
|
|
|
header-y += nfc/
|
|
header-y += qbt_handler.h
|
|
|
|
ifneq ($(VSERVICES_SUPPORT), "")
|
|
include include/linux/Kbuild.vservices
|
|
endif
|
|
header-y += okl4-link-shbuf.h
|
|
header-y += sockev.h
|