mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-20 15:11:06 +00:00
Add the latest version of NQxxx NFC driver from 'msm-4.14
commit b66d738d0f19 ("NFC: Fix for nq-nci dev node recovery")'.
Change-Id: I32a86cb682a8f1a17de6be6ed9fbbf2ff7bcef47
Signed-off-by: Tapas Dey <tdey@codeaurora.org>
21 lines
479 B
Makefile
21 lines
479 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/
|
|
|
|
ifneq ($(VSERVICES_SUPPORT), "")
|
|
include include/linux/Kbuild.vservices
|
|
endif
|
|
header-y += okl4-link-shbuf.h
|