diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-06-09 22:26:05 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-06-10 12:51:44 +0200 |
commit | ed06aeefdac348cfb91a3db5fe1067e3202afd70 (patch) | |
tree | 99d82206e0c36d9885fd5b2dc8aef66bb2bfac84 /drivers/nfc/st-nci/Makefile | |
parent | 2df7f8c69521a4d85dfbc788da260b3c4030980c (diff) |
nfc: st-nci: Rename st21nfcb to st-nci
STMicroelectronics NFC NCI chips family is extending
with the new ST21NFCC using the AMS AS39230 RF booster.
The st21nfcb driver is relevant for this solution and
might be with future products.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/st-nci/Makefile')
-rw-r--r-- | drivers/nfc/st-nci/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nfc/st-nci/Makefile b/drivers/nfc/st-nci/Makefile new file mode 100644 index 000000000000..0df157df3a94 --- /dev/null +++ b/drivers/nfc/st-nci/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for ST21NFCB NCI based NFC driver +# + +st-nci-objs = ndlc.o core.o st-nci_se.o +obj-$(CONFIG_NFC_ST_NCI) += st-nci.o + +st-nci_i2c-objs = i2c.o +obj-$(CONFIG_NFC_ST_NCI_I2C) += st-nci_i2c.o |