summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5/Makefile
diff options
context:
space:
mode:
authorBongsu Jeon <bongsu.jeon@samsung.com>2020-12-02 20:47:40 +0900
committerJakub Kicinski <kuba@kernel.org>2020-12-02 17:55:25 -0800
commitb3799d592f26faaafdfe82fef3f5f91f9764da5f (patch)
tree2c75f9a2a82ac74306b7f8db2daf590fb22f3637 /drivers/nfc/s3fwrn5/Makefile
parent337da1499586ed452c1db1e4bbd3106bbafddb6f (diff)
downloadlinux-b3799d592f26faaafdfe82fef3f5f91f9764da5f.tar.gz
linux-b3799d592f26faaafdfe82fef3f5f91f9764da5f.tar.bz2
linux-b3799d592f26faaafdfe82fef3f5f91f9764da5f.zip
nfc: s3fwrn5: extract the common phy blocks
Extract the common phy blocks to reuse it. The UART module will use the common blocks. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/nfc/s3fwrn5/Makefile')
-rw-r--r--drivers/nfc/s3fwrn5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/s3fwrn5/Makefile b/drivers/nfc/s3fwrn5/Makefile
index d0ffa35f50e8..6b6f52dfc000 100644
--- a/drivers/nfc/s3fwrn5/Makefile
+++ b/drivers/nfc/s3fwrn5/Makefile
@@ -3,7 +3,7 @@
# Makefile for Samsung S3FWRN5 NFC driver
#
-s3fwrn5-objs = core.o firmware.o nci.o
+s3fwrn5-objs = core.o firmware.o nci.o phy_common.o
s3fwrn5_i2c-objs = i2c.o
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5.o