aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd/src/Makefile
blob: ca03f27a9e70dafd04d3c12b469c03d51edda399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CC = gcc
CFLAGS += -Wall

obj = mtd.o jffs2.o crc32.o
obj.ar71xx = trx.o
obj.brcm = trx.o
obj.brcm47xx = $(obj.brcm)
obj.brcm63xx = imagetag.o

ifdef FIS_SUPPORT
  obj += fis.o
endif

mtd: $(obj) $(obj.$(TARGET))
clean:
	rm -f *.o jffs2