mtd: add support for rewriting the fis table layout on redboot based systems
[openwrt.git] / package / mtd / src / Makefile
index 68a632d..bb509be 100644 (file)
@@ -5,6 +5,10 @@ obj = mtd.o jffs2.o crc32.o
 obj.brcm = trx.o
 obj.brcm47xx = $(obj.brcm)
 
+ifdef FIS_SUPPORT
+  obj += fis.o
+endif
+
 mtd: $(obj) $(obj.$(TARGET))
 clean:
        rm -f *.o jffs2 
This page took 0.019858 seconds and 4 git commands to generate.