aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i3c/master/Makefile
diff options
context:
space:
mode:
authorVitor Soares <vitor.soares@synopsys.com>2018-11-13 14:09:51 +0000
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-12-05 17:22:58 +0100
commit1dd728f5d4d4b8b53196c1e0fcf86bbaaee39cef (patch)
tree3c67824eeee5569586f301fdd8a42e83cd656136 /drivers/i3c/master/Makefile
parenti3c: master: Remove set but not used variable 'old_i3c_scl_lim' (diff)
downloadwireguard-linux-1dd728f5d4d4b8b53196c1e0fcf86bbaaee39cef.tar.xz
wireguard-linux-1dd728f5d4d4b8b53196c1e0fcf86bbaaee39cef.zip
i3c: master: Add driver for Synopsys DesignWare IP
Add driver for Synopsys DesignWare I3C master IP Signed-off-by: Vitor Soares <vitor.soares@synopsys.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'drivers/i3c/master/Makefile')
-rw-r--r--drivers/i3c/master/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
index 4c4304aa9534..fc53939a0bb1 100644
--- a/drivers/i3c/master/Makefile
+++ b/drivers/i3c/master/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o
+obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o