projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
[openwrt.git]
/
package
/
mtd
/
src
/
Makefile
1
CC
=
gcc
2
CFLAGS
+= -
Wall
3
4
obj
=
mtd.o jffs2.o crc32.o
5
obj.brcm
=
trx.o
6
obj.brcm47xx
= $(
obj.brcm
)
7
obj.brcm63xx
=
imagetag.o
8
9
ifdef
FIS_SUPPORT
10
obj
+=
fis.o
11
endif
12
13
mtd
: $(
obj
) $(
obj.
$(
TARGET
))
14
clean
:
15
rm
-
f
*
.o jffs2
This page took
0.03838 seconds
and
5
git commands to generate.