blob: ca4bd475f9bf31d345deef91f88f12e812939eab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -63,8 +63,8 @@ obj-$(CONFIG_IDE) += ide/
obj-$(CONFIG_SCSI) += scsi/
obj-$(CONFIG_ATA) += ata/
obj-$(CONFIG_TARGET_CORE) += target/
-obj-$(CONFIG_MTD) += mtd/
obj-$(CONFIG_SPI) += spi/
+obj-$(CONFIG_MTD) += mtd/
obj-y += hsi/
obj-y += net/
obj-$(CONFIG_ATM) += atm/
|