projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add $(STAGING_DIR) as argument to the InstallDev template and update packages accordi...
[openwrt.git]
/
package
/
mtd
/
src
/
Makefile
diff --git
a/package/mtd/src/Makefile
b/package/mtd/src/Makefile
index
b9f256a
..
5ab7d7b
100644
(file)
--- a/
package/mtd/src/Makefile
+++ b/
package/mtd/src/Makefile
@@
-1,12
+1,6
@@
-# $Id$
-
-all: mtd
-
-%.o: %.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
-
-mtd: mtd.o
- $(CC) -o $@ $^
+CC = gcc
+CFLAGS += -Wall
+mtd: mtd.o jffs2.o crc32.o
clean:
- rm -f *.o
mtd
+ rm -f *.o
jffs2
This page took
0.01873 seconds
and
4
git commands to generate.