diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2010-01-24 00:20:20 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-01-29 21:03:09 +0100 |
commit | 4995c0b3673c6be76e54b2c89479b1cdf29e69ca (patch) | |
tree | b4d48987207a77898d5c990e358c7390b8700253 /drivers | |
parent | 499a2673713c85734a54c37dd90b4b729de399c4 (diff) |
mfd: Fix asic3 build
asic3 also needs tmio_core or otherwise will fail to build.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 8f0d18409ed..e09eb4870db 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -3,7 +3,7 @@ # 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_HTC_EGPIO) += htc-egpio.o |