aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f/Makefile')
-rw-r--r--src/stm32f/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32f/Makefile b/src/stm32f/Makefile
index a26cdbd..29bf265 100644
--- a/src/stm32f/Makefile
+++ b/src/stm32f/Makefile
@@ -20,7 +20,7 @@ ASOURCES=$(shell find -L $(SRCDIR) -name '*.s')
CSOURCES+=$(shell find -L $(SRCDIR) -name '*.c')
# Find header directories
INC=$(shell find -L . -name '*.h' -exec dirname {} \; | uniq)
-INCLUDES=$(INC:%=-I%) -I ../common/includes/
+INCLUDES=$(INC:%=-I%) -I ../common/includes/ -I ./includes/
# Create object list
OBJECTS=$(ASOURCES:%.s=%.o)
OBJECTS+=$(CSOURCES:%.c=obj/%.o)