Kbuild 375 B

1234567891011121314151617
  1. #Makefile for qti nfc drivers
  2. include $(NFC_ROOT)/config/gki_nfc.conf
  3. LINUXINCLUDE += -I$(NFC_ROOT)/include/uapi/linux/nfc
  4. LINUXINCLUDE += -include $(NFC_ROOT)/config/gki_nfc_conf.h
  5. obj-$(CONFIG_NXP_NFC_I2C) += nxp-nci.o
  6. #source files
  7. nxp-nci-objs += nfc/ese_cold_reset.o \
  8. nfc/common.o \
  9. nfc/common_nxp.o \
  10. nfc/common_qcom.o \
  11. nfc/i2c_drv.o