Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for NXP-NCI NFC driver
0004 #
0005 
0006 nxp-nci-objs = core.o firmware.o
0007 nxp-nci_i2c-objs = i2c.o
0008 
0009 obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
0010 obj-$(CONFIG_NFC_NXP_NCI_I2C) += nxp-nci_i2c.o