diff options
| author | Damien George | 2017-03-31 22:29:39 +1100 |
|---|---|---|
| committer | Damien George | 2017-03-31 22:29:39 +1100 |
| commit | b6c7e4b143d96ff9f84ccb22d83b1e15ab084250 (patch) | |
| tree | cb1e587ea32fab2bcc2837cdfed498abcfdb9479 /cc3200/application.mk | |
| parent | 6e6c01b97189a95b59a037fa7dabcf8217f199af (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 'cc3200/application.mk')
| -rw-r--r-- | cc3200/application.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index b15dbde7f..5d25424e1 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -18,9 +18,6 @@ APP_INC += -Iutil APP_INC += -Ibootmgr APP_INC += -I$(BUILD) APP_INC += -I$(BUILD)/genhdr -APP_INC += -I../lib/mp-readline -APP_INC += -I../lib/netutils -APP_INC += -I../lib/timeutils APP_INC += -I../stmhal APP_CPPDEFINES = -Dgcc -DTARGET_IS_CC3200 -DSL_FULL -DUSE_FREERTOS |
