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 197929c commit ecdccc6Copy full SHA for ecdccc6
drivers/Makefile
@@ -58,6 +58,9 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset/
58
obj-y += tty/
59
obj-y += char/
60
61
+# put mmc early as many morden devices use emm/sd card as rootfs storage
62
+obj-y += mmc/
63
+
64
# iommu/ comes before gpu as gpu are using iommu controllers
65
obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
66
@@ -129,7 +132,6 @@ obj-$(CONFIG_EDAC) += edac/
129
132
obj-$(CONFIG_EISA) += eisa/
130
133
obj-$(CONFIG_CPU_FREQ) += cpufreq/
131
134
obj-$(CONFIG_CPU_IDLE) += cpuidle/
-obj-y += mmc/
135
obj-$(CONFIG_MEMSTICK) += memstick/
136
obj-$(CONFIG_NEW_LEDS) += leds/
137
obj-$(CONFIG_INFINIBAND) += infiniband/
0 commit comments