Skip to content

Commit

Permalink
mfd: Fix asic3 build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dja-dja-mad authored and Samuel Ortiz committed Jan 29, 2010
1 parent 499a267 commit 4995c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 4995c0b

Please sign in to comment.