[package] crda: make the whole crypto stuff optional and don't use it for now, link...
[openwrt.git] / package / mtd / src / Makefile
1 CC = gcc
2 CFLAGS += -Wall
3
4 obj = mtd.o jffs2.o crc32.o
5 obj.brcm = trx.o
6 obj.brcm47xx = $(obj.brcm)
7
8 mtd: $(obj) $(obj.$(TARGET))
9 clean:
10 rm -f *.o jffs2
This page took 0.0433210000000001 seconds and 5 git commands to generate.