get rid of $Id$ - it has never helped us and it has broken too many patches ;)
[openwrt-10.03/.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