Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[platform/kernel/linux-starfive.git] / drivers / nfc / nxp-nci / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for NXP-NCI NFC driver
4 #
5
6 nxp-nci-objs = core.o firmware.o
7 nxp-nci_i2c-objs = i2c.o
8
9 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
10 obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o