[package] firewall: actually copy firewall.user to image
[openwrt.git] / package / nvram / src / Makefile
index 3d98209..144499c 100644 (file)
@@ -1,16 +1,11 @@
-# $Id$
 
-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: libshared.so libnvram.so nvram
+all: libnvram.so nvram
 
 %.o: %.c
        $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -I. -Iinclude -o $@ $^
 
-libshared.so: $(LIBSHARED_OBJS)
-       $(CC) -shared -o $@ $^
-
 libnvram.so: $(LIBNVRAM_OBJS)
        $(CC) -shared -o $@ $^
 
This page took 0.024032 seconds and 4 git commands to generate.