summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-23 07:41:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-23 07:41:00 -0600
commitd61269128b30220efab74363c76b5985804009e3 (patch)
tree2b960cceb744d88ba017dd56111fc802b036e5bc /nuttx/ChangeLog
parentec7c99825707d953257f7aae940924dc6c713d73 (diff)
downloadnuttx-d61269128b30220efab74363c76b5985804009e3.tar.gz
nuttx-d61269128b30220efab74363c76b5985804009e3.tar.bz2
nuttx-d61269128b30220efab74363c76b5985804009e3.zip
arch/arm/src/Makefile: dependency directory list is now computed from the VPATH. From Richard Cochran
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1549a87b4..95c0cfbb8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6484,7 +6484,7 @@
ostest/Make.defs: Add a configuration option to select the -m32
compiler option when building for a 32-bit target on a native 64-bit
compiler (2014-1-18).
- * include/ctype.h: Typo in macro name: iscntrol, not iscontrol (2104-1-17)
+ * include/ctype.h: Typo in macro name: iscntrl, not iscontrol (2104-1-17)
* libc/unistd/lib_getopt.c: If there are no arguments (argc == 1), then
getopt() make like the optind variable in an undefined state (2014-1-20).
* configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not
@@ -6498,3 +6498,5 @@
* tools/Config.mk: 'cypath' must be called if we are using a Windows
native toolchain with the Cygwin 'make' to convert paths to proper
Windows paths. From Richard Cochran (2014-1-23).
+ * /arch/arm/src/Makefile: dependency directory list is not computed
+ from the VPATH. From Richard Cochran (2014-1-23).