[package] put the 4 ssl libraries into a ssl submenu (#5156)
[openwrt.git] / package / mtd / src / Makefile
index 5ab7d7b..68a632d 100644 (file)
@@ -1,6 +1,10 @@
 CC = gcc
 CFLAGS += -Wall
 
-mtd: mtd.o jffs2.o crc32.o
+obj = mtd.o jffs2.o crc32.o
+obj.brcm = trx.o
+obj.brcm47xx = $(obj.brcm)
+
+mtd: $(obj) $(obj.$(TARGET))
 clean:
        rm -f *.o jffs2 
This page took 0.022459 seconds and 4 git commands to generate.