tools/firmware-utils: allow to create buffalo tags w/o hw version
[openwrt.git] / package / mtd / src / Makefile
index 68a632d..ca03f27 100644 (file)
@@ -2,8 +2,14 @@ CC = gcc
 CFLAGS += -Wall
 
 obj = mtd.o jffs2.o crc32.o
+obj.ar71xx = trx.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.023311 seconds and 4 git commands to generate.