summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/z8encore000zco
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z8encore000zco')
-rw-r--r--nuttx/configs/z8encore000zco/ostest/Make.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/z8encore000zco/ostest/Make.defs b/nuttx/configs/z8encore000zco/ostest/Make.defs
index 1efab1b0f7..87fa8df2a1 100644
--- a/nuttx/configs/z8encore000zco/ostest/Make.defs
+++ b/nuttx/configs/z8encore000zco/ostest/Make.defs
@@ -155,6 +155,11 @@ EXEEXT = .hex
# to compile and assembly source files and to insert the resulting
# object files into an archive
+define PREPROCESS
+ @echo "CPP: $1->$2"
+ @$(CPP) $(CPPFLAGS) $1 -o $2
+endef
+
define COMPILE
@#echo "CC: $1"
@$(CC) $(CFLAGS) $1