]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/nfc/st21nfca/Makefile
Merge tag 'socfpga_update_for_v5.5' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / nfc / st21nfca / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for ST21NFCA HCI based NFC driver
4 #
5
6 st21nfca_hci-objs = core.o dep.o se.o vendor_cmds.o
7 obj-$(CONFIG_NFC_ST21NFCA)     += st21nfca_hci.o
8
9 st21nfca_i2c-objs  = i2c.o
10 obj-$(CONFIG_NFC_ST21NFCA_I2C) += st21nfca_i2c.o