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