move wlcompat to the broadcom-wl package
[openwrt.git] / package / broadcom-wl / src / wlc / Makefile
index ffe1649..5a243f4 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
This page took 0.027618 seconds and 4 git commands to generate.