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
376c2b7
..
54c089b
100644
(file)
--- a/
package/nvram/src/Makefile
+++ b/
package/nvram/src/Makefile
@@
-1,13
+1,12
@@
# $Id$
# $Id$
-EXTRA_CFLAGS := -c -I. -I../include
-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
%.o: %.c
all: libshared.so libnvram.so nvram
%.o: %.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -o $@ $^
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -
c -I. -Iinclude -
o $@ $^
libshared.so: $(LIBSHARED_OBJS)
$(CC) -shared -o $@ $^
libshared.so: $(LIBSHARED_OBJS)
$(CC) -shared -o $@ $^
This page took
0.034414 seconds
and
4
git commands to generate.