projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix staging dir installation of libcgi
[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
9a7cb89
..
0a16bdc
100644
(file)
--- a/
package/broadcom-wl/src/kmod/Makefile
+++ b/
package/broadcom-wl/src/kmod/Makefile
@@
-11,9
+11,9
@@
#
# $Id: Makefile,v 1.2 2005/03/29 03:32:18 mbm Exp $
#
# $Id: Makefile,v 1.2 2005/03/29 03:32:18 mbm Exp $
-EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
+EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
=1 -DBCMDMA64=1
-O_TARGET := wl
_link
$(MOD_NAME).o
+O_TARGET := wl$(MOD_NAME).o
obj-y := wl_mod$(MOD_NAME).o
obj-y += bcmutils.o hnddma.o linux_osl.o
obj-y := wl_mod$(MOD_NAME).o
obj-y += bcmutils.o hnddma.o linux_osl.o
@@
-21,12
+21,11
@@
obj-y += bcmutils.o hnddma.o linux_osl.o
obj-m := $(O_TARGET)
wl_mod$(MOD_NAME).o: wl_apsta$(MOD_NAME).o
obj-m := $(O_TARGET)
wl_mod$(MOD_NAME).o: wl_apsta$(MOD_NAME).o
-
sed -e 's,eth%d,wl%d\x00,g
' < $< > $@
+
perl -ne 's,eth%d,wl%d\x00,g,print
' < $< > $@
-wl$(MOD_NAME).o: wl_link$(MOD_NAME).o
- $(OBJDUMP) -d $< | perl patchtable.pl > patchtable.bin
- cat wl_link$(MOD_NAME).o patchtable.bin > $@
+wl$(MOD_NAME).o.patch: wl$(MOD_NAME).o
+ $(OBJDUMP) -d $< | perl patchtable.pl > $@
-modules: wl$(MOD_NAME).o
+modules: wl$(MOD_NAME).o
.patch
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
This page took
0.024615 seconds
and
4
git commands to generate.