diff options
Diffstat (limited to 'drivers/nfc/st21nfcb/Makefile')
-rw-r--r-- | drivers/nfc/st21nfcb/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nfc/st21nfcb/Makefile b/drivers/nfc/st21nfcb/Makefile new file mode 100644 index 000000000..ce659a9e5 --- /dev/null +++ b/drivers/nfc/st21nfcb/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for ST21NFCB NCI based NFC driver +# + +st21nfcb_nci-objs = ndlc.o st21nfcb.o st21nfcb_se.o +obj-$(CONFIG_NFC_ST21NFCB) += st21nfcb_nci.o + +st21nfcb_i2c-objs = i2c.o +obj-$(CONFIG_NFC_ST21NFCB_I2C) += st21nfcb_i2c.o |