X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8afe76304a4a092f6100c0f75df0e58bb2821833..a989a4bdd97f2e2a5340bfb96494d84b93027573:/package/broadcom-wl/src/wlc/Makefile diff --git a/package/broadcom-wl/src/wlc/Makefile b/package/broadcom-wl/src/wlc/Makefile index ffe164951..5a243f415 100644 --- a/package/broadcom-wl/src/wlc/Makefile +++ b/package/broadcom-wl/src/wlc/Makefile @@ -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