repo.or.cz
/
openwrt
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replace a few unnecessary $(shell) calls
[openwrt/mini2440.git]
/
package
/
broadcom-wl
/
src
/
wlc
/
Makefile
blob
5a243f4150ec754a7980a03e862b3e1edd93117d
1
all
:
wlc
2
clean
:
3
rm
-
f
*
.o wlc
4
5
wlc
:
wlc.o ioctl.o
6
%
.o
: %
.c
7
$(
CC
) $(
CFLAGS
) -
I..
/
include
-
Wall
-
c
-
o
$
@
$<
8
9
.PHONY
:
all clean