aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 21:10:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 21:10:50 +0000
commit50d55efc797f123dd98c2775292beab2b4374fd7 (patch)
tree9b898341fc58784947af11448b67c35b1ddd70f8 /nuttx/ChangeLog
parentbcdd7936ce8a366e644f45fab42a48455b719546 (diff)
downloadpx4-firmware-50d55efc797f123dd98c2775292beab2b4374fd7.tar.gz
px4-firmware-50d55efc797f123dd98c2775292beab2b4374fd7.tar.bz2
px4-firmware-50d55efc797f123dd98c2775292beab2b4374fd7.zip
Add tools/incdir.bat; Rename top-level Makefile to Makefile.unix
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5347 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 31700214f..ce2db55b5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3616,3 +3616,10 @@
* tools/Config.mk: Centralize the definition of the scrpt that will be
used to generated header file include paths for the compiler. This
needs to be centralized in order to support the Windows native build.
+ * tools/incdir.bat: A replaced for tools/incdir.sh for use with the
+ the Windows native build.
+ * Makefile.unix: The existing top-level Makefile has been renamed
+ Makefile.unix.
+ * Makefile: This is a new top-level Makefile that just includes
+ either Makefile.unix or Makefile.win
+