ar71xx: ag71xx: use dynamically allocated buffer for napi_stats
[openwrt.git] / package / swconfig / src / Makefile
index 64816af..0d56f43 100644 (file)
@@ -1,12 +1,12 @@
 ifndef CFLAGS
 CFLAGS = -O2 -g -I ../src
 endif
-LIBS=-lnl
+LIBS=-lnl -lnl-genl
 
 all: swconfig
 
 %.o: %.c
        $(CC) $(CFLAGS) -c -o $@ $^
 
-swconfig: cli.o swlib.o
+swconfig: cli.o swlib.o uci.o
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
This page took 0.023017 seconds and 4 git commands to generate.