blob: c9ec7869dbd22712e30ff4e249e3652db9d5432f [file] [log] [blame]
Clément Perrochauddece4582015-03-09 11:12:04 +01001#
2# Makefile for NXP-NCI NFC driver
3#
4
5nxp-nci-objs = core.o firmware.o
Clément Perrochaud6be88672015-03-09 11:12:05 +01006nxp-nci_i2c-objs = i2c.o
Clément Perrochauddece4582015-03-09 11:12:04 +01007
8obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
Clément Perrochaud6be88672015-03-09 11:12:05 +01009obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o