summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-03-07 02:02:44 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 11:47:10 +0100
commit2ff5ca0458432fd2ca830301a24f94a71b02e2cb (patch)
tree49dca7fd7ea9e725fcc58a63698dc558764e6338 /src/Makefile
parent907d7c135c94fde6077406aa5c2f46176ae0d09a (diff)
Made cross-compile prefixes work normally.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 596f1542..4e0a799b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
# this is not really used as we don't do 'make install'. You can still specify
# it in case you _want_ to manually 'make install' the target libosmocore.
-CROSS_INST_PREFIX=/usr/local/gnuarm-4.0.2/arm-elf
+CROSS_INST_PREFIX=/usr/local/stow/osmocom-bb/arm-elf
# this is the prefix of your cross-toolchain programs
CROSS_TOOL_PREFIX=arm-elf-
@@ -67,7 +67,7 @@ host/layer23/layer23: host/layer23/Makefile libosmocore-host
.PHONY: firmware
firmware: libosmocore-target
- make -C target/firmware CROSS_COMPILE=$(CROSS_INST_PREFIX)/$(CROSS_TOOL_PREFIX)
+ make -C target/firmware CROSS_COMPILE=$(CROSS_TOOL_PREFIX)
clean: