mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:18:26 +02:00
8 lines
298 B
Diff
8 lines
298 B
Diff
|
--- a/drivers/mtd/maps/Makefile
|
||
|
+++ b/drivers/mtd/maps/Makefile
|
||
|
@@ -61,3 +61,4 @@ obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-asy
|
||
|
obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o
|
||
|
obj-$(CONFIG_MTD_VMU) += vmu-flash.o
|
||
|
obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash.o
|
||
|
+obj-$(CONFIG_AMAZON_MTD) += amazon.o
|