projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] hostapd: introduce a client_cert option which is passed on to wpa_supplican...
[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.042972 seconds
and
5
git commands to generate.