projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: add the work-in-progress IBSS HT patch, with some minor fixes
[openwrt.git]
/
package
/
mtd
/
src
/
Makefile
diff --git
a/package/mtd/src/Makefile
b/package/mtd/src/Makefile
index
68a632d
..
ca03f27
100644
(file)
--- a/
package/mtd/src/Makefile
+++ b/
package/mtd/src/Makefile
@@
-2,8
+2,14
@@
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:
This page took
0.01935 seconds
and
4
git commands to generate.