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 ee8df1b commit 33625d3Copy full SHA for 33625d3
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-y += iommu/
63
@@ -127,7 +130,6 @@ obj-$(CONFIG_EISA) += eisa/
127
130
obj-$(CONFIG_PM_OPP) += opp/
128
131
obj-$(CONFIG_CPU_FREQ) += cpufreq/
129
132
obj-$(CONFIG_CPU_IDLE) += cpuidle/
-obj-y += mmc/
133
obj-$(CONFIG_MEMSTICK) += memstick/
134
obj-$(CONFIG_NEW_LEDS) += leds/
135
obj-$(CONFIG_INFINIBAND) += infiniband/
0 commit comments