mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
remove the wl.o build from the kernel patch and move the driver along with wl, nas and wlc into packages/broadcom-wl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4009 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
9
package/broadcom-wl/src/wlc/Makefile
Normal file
9
package/broadcom-wl/src/wlc/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
all: wlc
|
||||
clean:
|
||||
rm -f *.o wlc
|
||||
|
||||
wlc: wlc.o ioctl.o
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -Wall -c -o $@ $<
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user