projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix the sdk
[openwrt.git]
/
package
/
nvram
/
src
/
Makefile
diff --git
a/package/nvram/src/Makefile
b/package/nvram/src/Makefile
index
3d98209
..
54c089b
100644
(file)
--- a/
package/nvram/src/Makefile
+++ b/
package/nvram/src/Makefile
@@
-1,7
+1,7
@@
# $Id$
-LIBSHARED_OBJS := shutils.o wl.o
wl_linux.o defaults.o
linux_timer.o
-LIBNVRAM_OBJS := nvram
_linux.o nvram_convert
.o
+LIBSHARED_OBJS := shutils.o wl.o linux_timer.o
+LIBNVRAM_OBJS := nvram.o
all: libshared.so libnvram.so nvram
This page took
0.01989 seconds
and
4
git commands to generate.