use explicit path not $(HOME) to find ARM toolchain for now
authorBdale Garbee <bdale@gag.com>
Sat, 31 Mar 2012 22:43:39 +0000 (16:43 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 31 Mar 2012 22:43:39 +0000 (16:43 -0600)
src/stm/Makefile.defs

index 6191ec45d37a6bd4df4916eaff082b7e33a33d12..76962a3efd55d98fd0cd7dd9fb474472b699e405 100644 (file)
@@ -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