[rdc] make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9
[openwrt.git] / package / broadcom-wl / src / wlc / Makefile
1 all: wlc
2 clean:
3 rm -f *.o wlc
4
5 wlc: wlc.o ioctl.o
6 %.o: %.c
7 $(CC) $(CFLAGS) -I../include -Wall -c -o $@ $<
8
9 .PHONY: all clean
This page took 0.037139 seconds and 5 git commands to generate.