android_kernel_samsung_sm86.../nxp/opensource/driver/Kbuild
David Wronek 99ab089c55 Add 'nxp/opensource/driver/' from commit 'c6f0de7127de042241c6f2ac7c60c5deb77d7d85'
git-subtree-dir: nxp/opensource/driver
git-subtree-mainline: 47018f8d6d
git-subtree-split: c6f0de7127
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/nxp/opensource/driver
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:43:44 +02:00

22 lines
631 B
Makefile

#Makefile for qti nfc drivers
include $(NFC_ROOT)/config/gki_nfc.conf
LINUXINCLUDE += -I$(NFC_ROOT)/include/uapi/linux/nfc
LINUXINCLUDE += -include $(NFC_ROOT)/config/gki_nfc_conf.h
LINUXINCLUDE += -I$(NFC_ROOT)/../../../qcom/opensource/securemsm-kernel/smcinvoke/
LINUXINCLUDE += -I$(NFC_ROOT)/../../../qcom/opensource/securemsm-kernel/linux/
LINUXINCLUDE += -I$(NFC_ROOT)/../../../qcom/opensource/securemsm-kernel/include/linux/
obj-$(CONFIG_NXP_NFC_I2C) += nxp-nci.o
#source files
nxp-nci-objs += nfc/ese_cold_reset.o \
nfc/common.o \
nfc/common_nxp.o \
nfc/common_qcom.o \
nfc/i2c_drv.o