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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-bringup/Makefile b/src/stm-bringup/Makefile
index d45e836d..5cc94bd9 100644
--- a/src/stm-bringup/Makefile
+++ b/src/stm-bringup/Makefile
@@ -12,7 +12,7 @@ PDCLIB=/home/keithp/sat
C_LIB=$(PDCLIB)/lib/pdclib.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