aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-12-27 16:11:49 +0200
committerPaul Sokolovsky2014-12-27 16:32:52 +0200
commit3b74c91684e6dfc785bf33ba03e520470f59059e (patch)
tree2ef4bf79c6b594de4033c897719ad9a698720277 /stmhal/Makefile
parent8ab6f9067412d9f73fe88d42d81c0b4c4f1fd20b (diff)
Makefiles: Support py/*.h includes per #1022.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 9c2c23c0c..98f31ebad 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -32,6 +32,7 @@ DEVICE=0483:df11
CROSS_COMPILE = arm-none-eabi-
INC = -I.
+INC += -I..
INC += -I$(PY_SRC)
INC += -I$(BUILD)
INC += -I$(CMSIS_DIR)/inc