From: Bdale Garbee Date: Sat, 31 Mar 2012 22:43:39 +0000 (-0600) Subject: use explicit path not $(HOME) to find ARM toolchain for now X-Git-Tag: 1.0.9.5~94 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4ca52908c8b3f98a79588981f6878025250f0924 use explicit path not $(HOME) to find ARM toolchain for now --- 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