[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes...
[openwrt.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
This page took 0.041956 seconds and 5 git commands to generate.