
Modified code to fix compilation issues on NFC driver for MW version 12.10.00 and retained QC specific code. Change-Id: I9eeba3f6534a3c67c3b32b6361b4ef5d42965265
18 řádky
375 B
Makefile
18 řádky
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
|
|
|