From 4ca52908c8b3f98a79588981f6878025250f0924 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 31 Mar 2012 16:43:39 -0600 Subject: [PATCH] use explicit path not $(HOME) to find ARM toolchain for now --- src/stm/Makefile.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index 6191ec45..76962a3e 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -8,7 +8,7 @@ vpath matrix.5c ../kalman vpath ao-make-product.5c ../util CC=arm-none-eabi-gcc -SAT=$(HOME)/sat +SAT=/home/keithp/sat SAT_CLIB=$(SAT)/lib/pdclib.a SAT_CFLAGS=-I$(SAT)/include -- 2.30.2