summaryrefslogtreecommitdiff
path: root/src/stm-bringup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm-bringup/Makefile')
-rw-r--r--src/stm-bringup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stm-bringup/Makefile b/src/stm-bringup/Makefile
index d45e836d..1bc5aaad 100644
--- a/src/stm-bringup/Makefile
+++ b/src/stm-bringup/Makefile
@@ -8,11 +8,11 @@ endif
CC=arm-none-eabi-gcc
OBJCOPY=arm-none-eabi-objcopy
-PDCLIB=/home/keithp/sat
-C_LIB=$(PDCLIB)/lib/pdclib.a
+PDCLIB=/opt/cortex
+C_LIB=$(PDCLIB)/lib/pdclib-cortex-m3.a
C_INC=-I$(PDCLIB)/include
-DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I../../src/stm $(C_INC)
+DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../../src/stm $(C_INC)
# to run from SRAM
LD_FLAGS_RAM=-L../stm -Wl,-Taltos-ram.ld