diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-31 22:29:39 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-31 22:29:39 +1100 |
commit | b6c7e4b143d96ff9f84ccb22d83b1e15ab084250 (patch) | |
tree | cb1e587ea32fab2bcc2837cdfed498abcfdb9479 /py | |
parent | 6e6c01b97189a95b59a037fa7dabcf8217f199af (diff) | |
download | micropython-b6c7e4b143d96ff9f84ccb22d83b1e15ab084250.tar.gz micropython-b6c7e4b143d96ff9f84ccb22d83b1e15ab084250.zip |
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 'py')
-rw-r--r-- | py/py.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,9 +16,6 @@ endif # some code is performance bottleneck and compiled with other optimization options CSUPEROPT = -O3 -INC += -I../lib -INC += -I../lib/netutils - # this sets the config file for FatFs CFLAGS_MOD += -DFFCONF_H=\"lib/oofatfs/ffconf.h\" |