summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim/pashello/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z80sim/pashello/Make.defs')
-rw-r--r--nuttx/configs/z80sim/pashello/Make.defs7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/configs/z80sim/pashello/Make.defs b/nuttx/configs/z80sim/pashello/Make.defs
index 6c95d3296..3b38184b5 100644
--- a/nuttx/configs/z80sim/pashello/Make.defs
+++ b/nuttx/configs/z80sim/pashello/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# configs/z80sim/Make.defs
+# configs/z80sim/pashello/Make.defs
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -67,6 +67,11 @@ OBJEXT = .o
LIBEXT = .lib
EXEEXT = .hex
+define PREPROCESS
+ @echo "CPP: $1->$2"
+ @$(CPP) $(CPPFLAGS) $1 -o $2
+endef
+
define COMPILE
@echo "CC: $1"
@$(CC) -c $(CFLAGS) $1 -o $2