[oe-commits] : madwifi-ng: wackelf patch - updated to apply to new madwifi Makefile structure

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Sep 7 04:07:37 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: cdc6a37418be25d50dc67c90bdabe6c7a4609d10
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=cdc6a37418be25d50dc67c90bdabe6c7a4609d10

Author:  <mwester at openembedded.org>
Date:   Sun Sep  7 03:48:06 2008 +0000

madwifi-ng: wackelf patch - updated to apply to new madwifi Makefile structure

---

 .../madwifi/files/20-xscale-VFP-wackelf-v2.patch   |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch b/packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch
new file mode 100644
index 0000000..ed80557
--- /dev/null
+++ b/packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch
@@ -0,0 +1,20 @@
+--- madwifi-trunk-r3837-20080802/ath_hal/Makefile.orig	2008-09-06 22:23:21.000000000 -0500
++++ madwifi-trunk-r3837-20080802/ath_hal/Makefile	2008-09-06 22:29:50.000000000 -0500
+@@ -82,12 +82,16 @@ endif
+ quiet_cmd_uudecode = UUDECODE $@
+       cmd_uudecode = $(obj)/uudecode -o $@ $<
+ 
+-$(filter-out ./,$(obj)/)$(HALBIN): $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
++$(obj)/wackelf: $(HAL)/public/wackelf.c
++	$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
++
++$(filter-out ./,$(obj)/)$(HALBIN): $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode $(obj)/wackelf
+ ifdef LINUX24
+ 	$(cmd_uudecode)
+ else
+ 	$(call if_changed,uudecode)
+ endif
++	$(obj)/wackelf -fpa $@
+ 
+ # Replace as many hashed names as possible with meaningful
+ # ones in the symbol table of the binary kernel module for HAL.





More information about the Openembedded-commits mailing list