summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-29 16:12:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-29 16:12:59 -0600
commit4af5b7afdfc064c1541b574f98ee7ed718bce129 (patch)
tree3d8d29ac69a4d9a1edfb0fab736ddeaa4075df92 /nuttx/configs/z16f2800100zcog
parent245fe657c992232dfa674fb5f4ba1e7de261c459 (diff)
downloadpx4-nuttx-4af5b7afdfc064c1541b574f98ee7ed718bce129.tar.gz
px4-nuttx-4af5b7afdfc064c1541b574f98ee7ed718bce129.tar.bz2
px4-nuttx-4af5b7afdfc064c1541b574f98ee7ed718bce129.zip
More changes for a clean ez80 KITG build
Diffstat (limited to 'nuttx/configs/z16f2800100zcog')
-rw-r--r--nuttx/configs/z16f2800100zcog/ostest/Make.defs6
-rw-r--r--nuttx/configs/z16f2800100zcog/pashello/Make.defs6
2 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/configs/z16f2800100zcog/ostest/Make.defs b/nuttx/configs/z16f2800100zcog/ostest/Make.defs
index 4664eb4e6..01d90bda9 100644
--- a/nuttx/configs/z16f2800100zcog/ostest/Make.defs
+++ b/nuttx/configs/z16f2800100zcog/ostest/Make.defs
@@ -208,6 +208,12 @@ define ASSEMBLE
$(Q) (wfile=`cygpath -w "$1"`; "$(AS)" $(AFLAGS) $$wfile)
endef
+define MOVEOBJ
+ $(call MOVEFILE, "$1.obj", "$2$(DELIM)$1.obj")
+ $(call MOVEFILE, "$1.lst", "$2$(DELIM)$1.lst")
+ $(call MOVEFILE, "$1.src", "$2$(DELIM)$1.src")
+endef
+
define ARCHIVE
$(Q) for __obj in $(2) ; do \
echo "AR: $$__obj"; \
diff --git a/nuttx/configs/z16f2800100zcog/pashello/Make.defs b/nuttx/configs/z16f2800100zcog/pashello/Make.defs
index f4ac2f126..3a2945c07 100644
--- a/nuttx/configs/z16f2800100zcog/pashello/Make.defs
+++ b/nuttx/configs/z16f2800100zcog/pashello/Make.defs
@@ -208,6 +208,12 @@ define ASSEMBLE
$(Q) (wfile=`cygpath -w "$1"`; "$(AS)" $(AFLAGS) $$wfile)
endef
+define MOVEOBJ
+ $(call MOVEFILE, "$1.obj", "$2$(DELIM)$1.obj")
+ $(call MOVEFILE, "$1.lst", "$2$(DELIM)$1.lst")
+ $(call MOVEFILE, "$1.src", "$2$(DELIM)$1.src")
+endef
+
define ARCHIVE
$(Q) for __obj in $(2) ; do \
echo "AR: $$__obj"; \