aboutsummaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-12-27 16:11:49 +0200
committerPaul Sokolovsky2014-12-27 16:32:52 +0200
commit3b74c91684e6dfc785bf33ba03e520470f59059e (patch)
tree2ef4bf79c6b594de4033c897719ad9a698720277 /teensy
parent8ab6f9067412d9f73fe88d42d81c0b4c4f1fd20b (diff)
Makefiles: Support py/*.h includes per #1022.
Diffstat (limited to 'teensy')
-rw-r--r--teensy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index 5ea4c9dad..20ba41901 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -30,6 +30,7 @@ CFLAGS_TEENSY = -DF_CPU=96000000 -DUSB_SERIAL -D__MK20DX256__
CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -msoft-float -mfloat-abi=soft -fsingle-precision-constant -Wdouble-promotion $(CFLAGS_TEENSY)
INC = -I.
+INC += -I..
INC += -I$(PY_SRC)
INC += -I../stmhal
INC += -I$(BUILD)