ar71xx: ag71xx: use dynamically allocated buffer for napi_stats
[openwrt.git] / package / mtd / src / Makefile
index 5ab7d7b..ca03f27 100644 (file)
@@ -1,6 +1,16 @@
 CC = gcc
 CFLAGS += -Wall
 
-mtd: mtd.o jffs2.o crc32.o
+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:
        rm -f *.o jffs2 
This page took 0.020982 seconds and 4 git commands to generate.