replace a few unnecessary $(shell) calls
[openwrt/mini2440.git] / package / broadcom-wl / src / wlc / Makefile
blob5a243f4150ec754a7980a03e862b3e1edd93117d
1 all: wlc
2 clean:
3 rm -f *.o wlc
5 wlc: wlc.o ioctl.o
6 %.o: %.c
7 $(CC) $(CFLAGS) -I../include -Wall -c -o $@ $<
9 .PHONY: all clean