ar71xx: ag71xx: use dynamically allocated buffer for napi_stats
[openwrt.git] / package / mtd / src / Makefile
index bb509be..ca03f27 100644 (file)
@@ -2,8 +2,10 @@ 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
This page took 0.025022 seconds and 4 git commands to generate.