cleanup mtd, implement jffs2write - one step closer to config preserving system upgrades
[openwrt/staging/yousong.git] / package / mtd / src / Makefile
1 CC = gcc
2 CFLAGS += -Wall
3
4 mtd: mtd.o jffs2.o crc32.o
5 clean:
6 rm -f *.o jffs2