summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-07 10:14:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-07 10:14:11 -0600
commitbcde5f18638e9f9bea835f63736514791643e257 (patch)
tree5242db930db4b9cfa577cef7430bde04162e6644 /nuttx/libc
parent80c8215e5554d1fd7682adf131466c45111b8945 (diff)
downloadpx4-nuttx-bcde5f18638e9f9bea835f63736514791643e257.tar.gz
px4-nuttx-bcde5f18638e9f9bea835f63736514791643e257.tar.bz2
px4-nuttx-bcde5f18638e9f9bea835f63736514791643e257.zip
More changes to restore the native Windows build
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/libc/Makefile b/nuttx/libc/Makefile
index 94884bd80..4556b66a4 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -1,7 +1,7 @@
############################################################################
# libc/Makefile
#
-# Copyright (C) 2007-2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -75,6 +75,8 @@ include wqueue/Make.defs
include misc/Make.defs
include audio/Make.defs
+# REVISIT: Backslash causes problems in $(COBJS) target
+DELIM := $(strip /)
BINDIR ?= bin
AOBJS = $(patsubst %.S, $(BINDIR)$(DELIM)%$(OBJEXT), $(ASRCS))