projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499a267
)
mfd: Fix asic3 build
author
Dmitry Artamonow
<mad_soft@inbox.ru>
Sat, 23 Jan 2010 21:20:20 +0000
(
00:20
+0300)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 29 Jan 2010 20:03:09 +0000
(21:03 +0100)
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>
drivers/mfd/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/Makefile
b/drivers/mfd/Makefile
index 8f0d18409edef598ce5e31d9eda84a788e5b0948..e09eb4870db6b45e852eed92e714d91053729da7 100644
(file)
--- 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