linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ar9170-fw: Use self-built toolchain by default
@ 2009-06-06 17:13 Jan Kiszka
  2009-06-06 17:59 ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2009-06-06 17:13 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Luis R. Rodriguez, otus-devel, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index e0113d6..5fc0868 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Type is AP or STA
 TYPE ?= STA
 
-PFX ?= /usr/share/gnush_v0901_elf-1/bin/sh-elf-
+PFX ?= $(shell pwd)/toolchain/inst/bin/sh-elf-
 CC = $(PFX)gcc
 LD = $(PFX)ld
 AS = $(PFX)as



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-06 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 17:13 [PATCH 2/2] ar9170-fw: Use self-built toolchain by default Jan Kiszka
2009-06-06 17:59 ` Johannes Berg
2009-06-06 18:32   ` Jan Kiszka
2009-06-06 18:47     ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).