move the txpower option to wifi-iface to mimic madwifi configuration
[openwrt-working-2016/.git] / package / broadcom-wl / src / wlc / Makefile
index ffe16495158aad513782fce64d23266c01f07afb..5a243f4150ec754a7980a03e862b3e1edd93117d 100644 (file)
@@ -4,6 +4,6 @@ clean:
 
 wlc: wlc.o ioctl.o
 %.o: %.c
-       $(CC) $(CFLAGS) -Wall -c -o $@ $<
+       $(CC) $(CFLAGS) -I../include -Wall -c -o $@ $<
 
 .PHONY: all clean