blob: 7d688f97aa278311731f7e5d8a96af9b974cb253 [file] [log] [blame]
Christophe Ricard68957302014-03-25 06:51:47 +01001#
2# Makefile for ST21NFCA HCI based NFC driver
3#
4
Christophe Ricard300c6272014-09-03 23:30:31 +02005st21nfca_hci-objs = st21nfca.o st21nfca_dep.o
6obj-$(CONFIG_NFC_ST21NFCA) += st21nfca_hci.o
Christophe Ricard68957302014-03-25 06:51:47 +01007
Christophe Ricard300c6272014-09-03 23:30:31 +02008st21nfca_i2c-objs = i2c.o
Christophe Ricard68957302014-03-25 06:51:47 +01009obj-$(CONFIG_NFC_ST21NFCA_I2C) += st21nfca_i2c.o