aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2014-04-17 18:03:27 +0100
committerDamien George2014-04-17 18:03:27 +0100
commitd553be5982722fc5ee5240fbfb15697849881ced (patch)
tree4312b491aaee255ed7d8dbffe74f79011de1c426 /stmhal/Makefile
parent2d1f865d16c5a7e27f5e46c96d087a7ff8a49012 (diff)
build: Simplify build directory layout by putting all headers in genhdr.
Any generated headers go in $(BUILD)/genhdr/, and are #included as 'genhdr/xxx.h'.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 27caaca01..5501c4b8d 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -18,7 +18,7 @@ CROSS_COMPILE = arm-none-eabi-
INC = -I.
INC += -I$(PY_SRC)
-INC += -I$(BUILD)/includes
+INC += -I$(BUILD)
INC += -I$(CMSIS_DIR)/inc
INC += -I$(CMSIS_DIR)/devinc
INC += -I$(HAL_DIR)/inc