From b68d98d61cc013da2df98e5d77d7bf3598d0dd4d Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:13:30 +0000 Subject: teensy: Prefix includes with py/; remove need for -I../py. --- teensy/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'teensy/Makefile') 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 -- cgit v1.2.3