diff options
| author | Damien George | 2015-01-01 21:14:42 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-01 21:14:42 +0000 |
| commit | c2e22d66da3d0e18eace43e2705ee47e99431ae2 (patch) | |
| tree | c5ae252ceca8dedf865fd8398c6cd01914856293 /bare-arm/Makefile | |
| parent | b68d98d61cc013da2df98e5d77d7bf3598d0dd4d (diff) | |
bare-arm: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'bare-arm/Makefile')
| -rw-r--r-- | bare-arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bare-arm/Makefile b/bare-arm/Makefile index 2809b1893..a59bb9f89 100644 --- a/bare-arm/Makefile +++ b/bare-arm/Makefile @@ -10,7 +10,6 @@ CROSS_COMPILE = arm-none-eabi- INC = -I. INC += -I.. -INC += -I$(PY_SRC) INC += -I$(BUILD) CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mabi=aapcs-linux -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -fsingle-precision-constant -Wdouble-promotion |
