diff options
Diffstat (limited to 'teensy/Makefile')
-rw-r--r-- | teensy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/Makefile b/teensy/Makefile index 5ea4c9dad2..20ba41901d 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) |