mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience...
[openwrt.git] / package / mtd / src / Makefile
index 68a632d..fa2e486 100644 (file)
@@ -4,6 +4,11 @@ CFLAGS += -Wall
 obj = mtd.o jffs2.o crc32.o
 obj.brcm = trx.o
 obj.brcm47xx = $(obj.brcm)
+obj.brcm63xx = imagetag.o
+
+ifdef FIS_SUPPORT
+  obj += fis.o
+endif
 
 mtd: $(obj) $(obj.$(TARGET))
 clean:
This page took 0.019065 seconds and 4 git commands to generate.