mtd: brcmnand: add support for Broadcom's IPROC family
[deliverable/linux.git] / drivers / mtd / nand / brcmnand / Makefile
index ef47c280f5c0a7bcb6ba1cc99a4381e0c37cd5e0..4e1e65e405987ae376b6a826e3efffe1395837e4 100644 (file)
@@ -1,2 +1,5 @@
+# link order matters; don't link the more generic brcmstb_nand.o before the
+# more specific iproc_nand.o, for instance
+obj-$(CONFIG_MTD_NAND_BRCMNAND)                += iproc_nand.o
 obj-$(CONFIG_MTD_NAND_BRCMNAND)                += brcmstb_nand.o
 obj-$(CONFIG_MTD_NAND_BRCMNAND)                += brcmnand.o
This page took 0.037872 seconds and 5 git commands to generate.