summaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-31 22:29:39 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-31 22:29:39 +1100
commitb6c7e4b143d96ff9f84ccb22d83b1e15ab084250 (patch)
treecb1e587ea32fab2bcc2837cdfed498abcfdb9479 /stmhal/Makefile
parent6e6c01b97189a95b59a037fa7dabcf8217f199af (diff)
all: Use full path name when including mp-readline/timeutils/netutils.
This follows the pattern of how all other headers are now included, and makes it explicit where the header file comes from. This patch also removes -I options from Makefile's that specify the mp-readline/timeutils/ netutils directories, which are no longer needed.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 51aa07f3c..09643be94 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -47,9 +47,6 @@ INC += -I$(CMSIS_DIR)/
INC += -I$(HAL_DIR)/inc
INC += -I$(USBDEV_DIR)/core/inc -I$(USBDEV_DIR)/class/inc
#INC += -I$(USBHOST_DIR)
-INC += -I../lib/mp-readline
-INC += -I../lib/netutils
-INC += -I../lib/timeutils
CFLAGS_CORTEX_M = -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -fsingle-precision-constant -Wdouble-promotion
CFLAGS_MCU_f4 = $(CFLAGS_CORTEX_M) -mtune=cortex-m4 -mcpu=cortex-m4 -DMCU_SERIES_F4