1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-06 19:36:15 +02:00
openwrt-xburst/package/mtd/src/Makefile

13 lines
123 B
Makefile
Raw Normal View History

# $Id$
all: mtd
%.o: %.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
mtd: mtd.o
$(CC) -o $@ $^
clean:
rm -f *.o mtd