projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi: add a small missing change to the tx power rework
[openwrt.git]
/
package
/
nvram
/
src
/
Makefile
diff --git
a/package/nvram/src/Makefile
b/package/nvram/src/Makefile
index
376c2b7
..
e882d58
100644
(file)
--- a/
package/nvram/src/Makefile
+++ b/
package/nvram/src/Makefile
@@
-1,16
+1,11
@@
# $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
+LIBNVRAM_OBJS := nvram.o
-all: lib
shared.so lib
nvram.so nvram
+all: libnvram.so nvram
%.o: %.c
%.o: %.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -o $@ $^
-
-libshared.so: $(LIBSHARED_OBJS)
- $(CC) -shared -o $@ $^
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -I. -Iinclude -o $@ $^
libnvram.so: $(LIBNVRAM_OBJS)
$(CC) -shared -o $@ $^
libnvram.so: $(LIBNVRAM_OBJS)
$(CC) -shared -o $@ $^
This page took
0.025472 seconds
and
4
git commands to generate.