[kernel] pci_set_mwi depends upon CONFIG_HAVE_PCI_SET_MWI
[openwrt.git] / package / swconfig / src / Makefile
index 64816af..7b95ca2 100644 (file)
@@ -8,5 +8,5 @@ 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.021893 seconds and 4 git commands to generate.