Adds a kmod for the DS2431
[openwrt.git] / package / mtd / src / Makefile
1 CC = gcc
2 CFLAGS += -Wall
3
4 obj = mtd.o jffs2.o crc32.o
5 obj.ar71xx = trx.o
6 obj.brcm = trx.o
7 obj.brcm47xx = $(obj.brcm)
8 obj.brcm63xx = imagetag.o
9
10 ifdef FIS_SUPPORT
11 obj += fis.o
12 endif
13
14 mtd: $(obj) $(obj.$(TARGET))
15 clean:
16 rm -f *.o jffs2
This page took 0.046351 seconds and 5 git commands to generate.