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. --- teensy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'teensy') 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) -- cgit v1.2.3