projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/zlib: update to zlib-1.2.5
[openwrt.git]
/
package
/
mtd
/
src
/
Makefile
diff --git
a/package/mtd/src/Makefile
b/package/mtd/src/Makefile
index
b9f256a
..
bb509be
100644
(file)
--- a/
package/mtd/src/Makefile
+++ b/
package/mtd/src/Makefile
@@
-1,12
+1,14
@@
-# $Id$
+CC = gcc
+CFLAGS += -Wall
-all: mtd
+obj = mtd.o jffs2.o crc32.o
+obj.brcm = trx.o
+obj.brcm47xx = $(obj.brcm)
-%.o: %.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
-
-mtd: mtd.o
- $(CC) -o $@ $^
+ifdef FIS_SUPPORT
+ obj += fis.o
+endif
+mtd: $(obj) $(obj.$(TARGET))
clean:
clean:
- rm -f *.o
mtd
+ rm -f *.o
jffs2
This page took
0.019613 seconds
and
4
git commands to generate.