x86: disable crashlog, ioremap of RAM does not work properly here
[openwrt.git] / package / swconfig / src / Makefile
index 64816af54187c260d316894ba7b48121e2ceba4a..0d56f43156810ca733a9e832a55c6b55b8bf2428 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)