diff options
Diffstat (limited to 'mps/code/comm.gmk')
| -rw-r--r-- | mps/code/comm.gmk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk index cac85c4ee6a..37610d71e3f 100644 --- a/mps/code/comm.gmk +++ b/mps/code/comm.gmk | |||
| @@ -69,6 +69,9 @@ ifndef CFLAGSOPT | |||
| 69 | error "comm.gmk: CFLAGSOPT not defined" | 69 | error "comm.gmk: CFLAGSOPT not defined" |
| 70 | endif | 70 | endif |
| 71 | 71 | ||
| 72 | ifdef SRCDIR | ||
| 73 | VPATH=$(SRCDIR) | ||
| 74 | endif | ||
| 72 | 75 | ||
| 73 | # TELEMETRY TARGETS | 76 | # TELEMETRY TARGETS |
| 74 | 77 | ||