1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 07:20:43 +03:00
openwrt-xburst/package/mtd/src/Makefile
nbd 3a0a80e129 mtd: add support for rewriting the fis table layout on redboot based systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 09:58:41 +00:00

15 lines
193 B
Makefile

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