diff options
| author | Damien George | 2015-03-04 20:35:41 +0000 |
|---|---|---|
| committer | Damien George | 2015-03-04 20:35:41 +0000 |
| commit | 4f94d90d4dba522a2fcf451da9c78e810782e2c0 (patch) | |
| tree | b204754938c73472f322432c15f26ff6566c2cd9 /stmhal/Makefile | |
| parent | 6cb6947b99e57ababc70fcc0fccd59038682c885 (diff) | |
stmhal: Include fatfs headers using lib/fatfs prefix.
This helps make files reusable across other ports.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index c457e2ff1..46125d10b 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -39,7 +39,6 @@ INC += -I$(CMSIS_DIR)/devinc INC += -I$(HAL_DIR)/inc INC += -I$(USBDEV_DIR)/core/inc -I$(USBDEV_DIR)/class/inc #INC += -I$(USBHOST_DIR) -INC += -I../$(FATFS_DIR) INC += -I../lib/mp-readline 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 |
