diff options
| author | Damien George | 2015-01-01 21:13:30 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-01 21:13:30 +0000 |
| commit | b68d98d61cc013da2df98e5d77d7bf3598d0dd4d (patch) | |
| tree | 8eac906571eb94f58dbd14c90d34527f2708318f /teensy/Makefile | |
| parent | 2cf6dfa280a8149941aafc852fbaae8bdfc4999e (diff) | |
teensy: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'teensy/Makefile')
| -rw-r--r-- | teensy/Makefile | 1 |
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 |
