Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4995c0b3 authored by Dmitry Artamonow's avatar Dmitry Artamonow Committed by Samuel Ortiz
Browse files

mfd: Fix asic3 build



asic3 also needs tmio_core or otherwise will fail to build.

Signed-off-by: default avatarDmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 499a2673
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@
#
#


obj-$(CONFIG_MFD_SM501)		+= sm501.o
obj-$(CONFIG_MFD_SM501)		+= sm501.o
obj-$(CONFIG_MFD_ASIC3)		+= asic3.o
obj-$(CONFIG_MFD_ASIC3)		+= asic3.o tmio_core.o
obj-$(CONFIG_MFD_SH_MOBILE_SDHI)		+= sh_mobile_sdhi.o
obj-$(CONFIG_MFD_SH_MOBILE_SDHI)		+= sh_mobile_sdhi.o


obj-$(CONFIG_HTC_EGPIO)		+= htc-egpio.o
obj-$(CONFIG_HTC_EGPIO)		+= htc-egpio.o