projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
ead
/
src
/
Makefile
diff --git
a/package/ead/src/Makefile
b/package/ead/src/Makefile
index
0b68f60
..
faef3b7
100644
(file)
--- a/
package/ead/src/Makefile
+++ b/
package/ead/src/Makefile
@@
-2,8
+2,8
@@
CC = gcc
CPPFLAGS = -I. -Itinysrp
CFLAGS = -Os -Wall
LDFLAGS =
CPPFLAGS = -I. -Itinysrp
CFLAGS = -Os -Wall
LDFLAGS =
-LIBS
= tinysrp/libtinysrp.a
-LIBS_EAD =
$(LIBS)
-lpcap
+LIBS
_EADCLIENT
= tinysrp/libtinysrp.a
+LIBS_EAD =
tinysrp/libtinysrp.a
-lpcap
CONFIGURE_ARGS =
all: ead ead-client
CONFIGURE_ARGS =
all: ead ead-client
@@
-26,7
+26,7
@@
ead: ead.o $(obj) tinysrp/libtinysrp.a
$(CC) -o $@ $< $(obj) $(LDFLAGS) $(LIBS_EAD)
ead-client: ead-client.o $(obj)
$(CC) -o $@ $< $(obj) $(LDFLAGS) $(LIBS_EAD)
ead-client: ead-client.o $(obj)
- $(CC) -o $@ $< $(obj) $(LDFLAGS) $(LIBS)
+ $(CC) -o $@ $< $(obj) $(LDFLAGS) $(LIBS
_EADCLIENT
)
clean:
rm -f *.o ead ead-client
clean:
rm -f *.o ead ead-client
This page took
0.02715 seconds
and
4
git commands to generate.