We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36a624 commit 19cd5d3Copy full SHA for 19cd5d3
drivers/Makefile
@@ -55,6 +55,9 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset/
55
obj-y += tty/
56
obj-y += char/
57
58
+# put mmc early as many morden devices use emm/sd card as rootfs storage
59
+obj-y += mmc/
60
+
61
# iommu/ comes before gpu as gpu are using iommu controllers
62
obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
63
@@ -128,7 +131,6 @@ obj-$(CONFIG_EISA) += eisa/
128
131
obj-$(CONFIG_PM_OPP) += opp/
129
132
obj-$(CONFIG_CPU_FREQ) += cpufreq/
130
133
obj-$(CONFIG_CPU_IDLE) += cpuidle/
-obj-y += mmc/
134
obj-$(CONFIG_MEMSTICK) += memstick/
135
obj-$(CONFIG_NEW_LEDS) += leds/
136
obj-$(CONFIG_INFINIBAND) += infiniband/
0 commit comments