1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-30 21:11:06 +02:00

15 lines
193 B
Makefile
Raw Normal View History

CC = gcc
CFLAGS += -Wall
obj = mtd.o jffs2.o crc32.o
obj.brcm = trx.o
obj.brcm47xx = $(obj.brcm)
ifdef FIS_SUPPORT
obj += fis.o
endif
mtd: $(obj) $(obj.$(TARGET))
clean:
rm -f *.o jffs2