aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
diff options
context:
space:
mode:
authorDamien George2015-01-01 21:13:30 +0000
committerDamien George2015-01-01 21:13:30 +0000
commitb68d98d61cc013da2df98e5d77d7bf3598d0dd4d (patch)
tree8eac906571eb94f58dbd14c90d34527f2708318f /teensy/Makefile
parent2cf6dfa280a8149941aafc852fbaae8bdfc4999e (diff)
teensy: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'teensy/Makefile')
-rw-r--r--teensy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index 20ba41901..bf3da6780 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -31,7 +31,6 @@ CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -msoft-float -mfloat
INC = -I.
INC += -I..
-INC += -I$(PY_SRC)
INC += -I../stmhal
INC += -I$(BUILD)
INC += -Icore