projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use irq sharing on the serial line
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
kmod
/
Makefile
diff --git
a/package/broadcom-wl/src/kmod/Makefile
b/package/broadcom-wl/src/kmod/Makefile
index
6723840
..
450700f
100644
(file)
--- a/
package/broadcom-wl/src/kmod/Makefile
+++ b/
package/broadcom-wl/src/kmod/Makefile
@@
-13,20
+13,19
@@
EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
-O_TARGET := wl
_link
.o
+O_TARGET := wl
$(MOD_NAME)
.o
-obj-y := wl_mod.o
+obj-y := wl_mod
$(MOD_NAME)
.o
obj-y += bcmutils.o hnddma.o linux_osl.o
obj-m := $(O_TARGET)
obj-y += bcmutils.o hnddma.o linux_osl.o
obj-m := $(O_TARGET)
-wl_mod
.o: wl_apsta
.o
-
sed -e 's,eth%d,wl%d\x00,g
' < $< > $@
+wl_mod
$(MOD_NAME).o: wl_apsta$(MOD_NAME)
.o
+
perl -ne 's,eth%d,wl%d\x00,g,print
' < $< > $@
-wl.o: wl_link.o
- $(OBJDUMP) -d $< | perl patchtable.pl > patchtable.bin
- cat wl_link.o patchtable.bin > $@
+wl$(MOD_NAME).o.patch: wl$(MOD_NAME).o
+ $(OBJDUMP) -d $< | perl patchtable.pl > $@
-modules: wl
.o
+modules: wl
$(MOD_NAME).o.patch
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
This page took
0.018765 seconds
and
4
git commands to generate.