summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ez80f910200kitg')
-rw-r--r--nuttx/configs/ez80f910200kitg/ostest/Make.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/ez80f910200kitg/ostest/Make.defs b/nuttx/configs/ez80f910200kitg/ostest/Make.defs
index 2f6541511..78924b810 100644
--- a/nuttx/configs/ez80f910200kitg/ostest/Make.defs
+++ b/nuttx/configs/ez80f910200kitg/ostest/Make.defs
@@ -135,6 +135,11 @@ HEXEXT = .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