pandora-wifi: Update the TI WiLink4 based driver to the latest code and mark it as...
[openpandora.oe.git] / recipes / pandora-system / pandora-wifi / 0001-Fix-in-wlan_cu-makefile-to-make-OUTPUT_DIR-not-fixed.patch
1 From 1e76adf502f842190416d5d7e3a8bc4f8f7a2c2a Mon Sep 17 00:00:00 2001
2 From: David-John Willis <John.Willis@Distant-earth.com>
3 Date: Mon, 26 Jan 2009 08:51:16 +0000
4 Subject: [PATCH 1/5] Fix in wlan_cu makefile to make OUTPUT_DIR not fixed but rather use the configured variable like everything else (needed for OE building).
5
6 ---
7  sta_dk_4_0_4_32/CUDK/CLI/Makefile |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9  mode change 100644 => 100755 sta_dk_4_0_4_32/CUDK/CLI/Makefile
10
11 diff --git a/sta_dk_4_0_4_32/CUDK/CLI/Makefile b/sta_dk_4_0_4_32/CUDK/CLI/Makefile
12 old mode 100644
13 new mode 100755
14 index 93bd1e5..97d07a7
15 --- a/sta_dk_4_0_4_32/CUDK/CLI/Makefile
16 +++ b/sta_dk_4_0_4_32/CUDK/CLI/Makefile
17 @@ -136,7 +136,7 @@ endif
18  
19  $(TARGET): $(OBJS) $(TI_UTIL_ADAPTER_LIB)
20  #      echo MAKECMDGOALS: $(MAKECMDGOALS) : $(findstring $(MAKECMDGOALS), "clean cleanall")
21 -       $(CROSS_COMPILE)gcc $(OBJS) -L $(CUDK_ROOT)/Output -l $(TI_UTIL_ADAPTER_LIB) $(LDFLAGS) -lpthread -lc -lstdc++ -static -o $@
22 +       $(CROSS_COMPILE)gcc $(OBJS) -L $(OUTPUT_DIR) -l $(TI_UTIL_ADAPTER_LIB) $(LDFLAGS) -lpthread -lc -lstdc++ -static -o $@
23  ifeq ($(DEBUG), y)
24         cp -a $(TARGET) $(TARGET)_debug
25         $(CROSS_COMPILE)strip -s $(TARGET)
26 -- 
27 1.6.3.1
28