From 3b74c91684e6dfc785bf33ba03e520470f59059e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 27 Dec 2014 16:11:49 +0200 Subject: Makefiles: Support py/*.h includes per #1022. --- stmhal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/Makefile') 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 -- cgit v1.2.3