Merge tag 'rpmsg-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[linux-2.6-microblaze.git] / drivers / nfc / s3fwrn5 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for Samsung S3FWRN5 NFC driver
4 #
5
6 s3fwrn5-objs = core.o firmware.o nci.o phy_common.o
7 s3fwrn5_i2c-objs = i2c.o
8 s3fwrn82_uart-objs = uart.o
9
10 obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5.o
11 obj-$(CONFIG_NFC_S3FWRN5_I2C) += s3fwrn5_i2c.o
12 obj-$(CONFIG_NFC_S3FWRN82_UART) += s3fwrn82_uart.o