diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 11:06:36 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-22 11:06:36 -0500 |
| commit | 8c05f608c8f103649c1e5ec0d5742621e233af78 (patch) | |
| tree | 29435459a79eac57cb93683302a38b1e247695ce /src/stm | |
| parent | 6f92ab336a258e8b1ddf58de33d6883251b9532d (diff) | |
Move cortex toolchain to /opt/cortex
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm')
| -rw-r--r-- | src/stm/Makefile.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index 04404cdc..1480f0b3 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -8,8 +8,8 @@ vpath matrix.5c ../kalman vpath ao-make-product.5c ../util CC=arm-none-eabi-gcc -SAT=/home/keithp/sat -SAT_CLIB=$(SAT)/lib/pdclib.a +SAT=/opt/cortex +SAT_CLIB=$(SAT)/lib/pdclib-cortex-m3.a SAT_CFLAGS=-I$(SAT)/include ifndef VERSION |
