]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/nfc/nxp-nci/Makefile
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / nfc / nxp-nci / Makefile
1 #
2 # Makefile for NXP-NCI NFC driver
3 #
4
5 nxp-nci-objs = core.o firmware.o
6 nxp-nci_i2c-objs = i2c.o
7
8 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
9 obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o