diff options
Diffstat (limited to 'cts')
-rw-r--r-- | cts/build.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cts/build.mk b/cts/build.mk index 6766a9fb4c..59fa85547c 100644 --- a/cts/build.mk +++ b/cts/build.mk @@ -3,6 +3,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +CFLAGS_CTS=-DCTS_MODULE -DCTS_TASKFILE=cts.tasklist + ifeq ($(BOARD),stm32l476g-eval) cts-y+=$(CTS_MODULE)/th.o cts-y+=common/th_common.o |