aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
diff options
context:
space:
mode:
authorDamien George2017-03-31 22:29:39 +1100
committerDamien George2017-03-31 22:29:39 +1100
commitb6c7e4b143d96ff9f84ccb22d83b1e15ab084250 (patch)
treecb1e587ea32fab2bcc2837cdfed498abcfdb9479 /teensy/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 'teensy/Makefile')
-rw-r--r--teensy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index e613b8f27..9f52cc3c7 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -32,7 +32,6 @@ CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -msoft-float -mfloat
INC += -I.
INC += -I..
INC += -I../stmhal
-INC += -I../lib/mp-readline
INC += -I$(BUILD)
INC += -Icore