treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / nfc / st21nfca / Makefile
blob9fc5f0e994d1cb46bee6fef886fd6842dd7681d3
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for ST21NFCA HCI based NFC driver
6 st21nfca_hci-objs = core.o dep.o se.o vendor_cmds.o
7 obj-$(CONFIG_NFC_ST21NFCA) += st21nfca_hci.o
9 st21nfca_i2c-objs = i2c.o
10 obj-$(CONFIG_NFC_ST21NFCA_I2C) += st21nfca_i2c.o