You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/mtd/src/Makefile

7 lines
78 B
Makefile

CC = gcc
CFLAGS += -Wall
mtd: mtd.o jffs2.o crc32.o
clean:
rm -f *.o jffs2