Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 1 | # |
| 2 | # Makefile for ST21NFCA HCI based NFC driver |
| 3 | # |
| 4 | |
Christophe Ricard | 15d1717 | 2015-10-26 07:50:11 +0100 | [diff] [blame] | 5 | st21nfca_hci-objs = core.o dep.o se.o vendor_cmds.o |
Christophe Ricard | 300c627 | 2014-09-03 23:30:31 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_NFC_ST21NFCA) += st21nfca_hci.o |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 7 | |
Christophe Ricard | 300c627 | 2014-09-03 23:30:31 +0200 | [diff] [blame] | 8 | st21nfca_i2c-objs = i2c.o |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_NFC_ST21NFCA_I2C) += st21nfca_i2c.o |