summaryrefslogtreecommitdiff
path: root/nuttx/configs/z8f64200100kit
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-28 17:47:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-28 17:47:03 -0600
commitfdc526e875090915228594c122de65a1e54cb5c9 (patch)
tree2503852af3e9fa8a4444d28c3e467af16c2e1202 /nuttx/configs/z8f64200100kit
parent886829ab35b22355347a553cc86aca88e6598fa4 (diff)
downloadpx4-nuttx-fdc526e875090915228594c122de65a1e54cb5c9.tar.gz
px4-nuttx-fdc526e875090915228594c122de65a1e54cb5c9.tar.bz2
px4-nuttx-fdc526e875090915228594c122de65a1e54cb5c9.zip
Changes for ZDS-II ez80 build
Diffstat (limited to 'nuttx/configs/z8f64200100kit')
-rw-r--r--nuttx/configs/z8f64200100kit/ostest/Make.defs8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/z8f64200100kit/ostest/Make.defs b/nuttx/configs/z8f64200100kit/ostest/Make.defs
index 278f724c3..b5cd95dee 100644
--- a/nuttx/configs/z8f64200100kit/ostest/Make.defs
+++ b/nuttx/configs/z8f64200100kit/ostest/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# configs/z8f64200100kit/ostest/Make.defs
#
-# Copyright (C) 2008, 2012 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008, 2012-2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -206,6 +206,12 @@ define ASSEMBLE
$(Q) "$(AS)" $(AFLAGS) ${shell echo $1 | sed -e "s/\//\\/g"}
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
@echo AR: $2
$(Q) for %%G in ($(2)) do ( "$(AR)" $(ARFLAGS) $1=-+%%G )