Files
android_kernel_samsung_sm86…/Kbuild
Tapas Dey a6c862cb8a NFC: driver: Fix compilation issues on NFC driver
Modified code to fix compilation issues on NFC driver
for MW version 12.10.00 and retained QC specific code.

Change-Id: I9eeba3f6534a3c67c3b32b6361b4ef5d42965265
2022-02-02 16:47:06 +05:30

18 lines
375 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
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