From 087feacd1d4ad183b8c9b81a1c664ebfea1278e1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 11 Apr 2011 22:27:00 +0000 Subject: Correct an error in the top-level Makefile introduced in 6.1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3492 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 662d4ec34..b5d6d71d3 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1666,5 +1666,12 @@ 6.2 2011-xx-xx Gregory Nutt + * arch/arm/src/lpc17xx/lpc17_gpioint.c: Correct errors in logic that maps + and IRQ number into a register bit number. + * Makefile: Fix an error introduced in the top-level Makefile in NuttX-6.1. + This error only shows up if you have a /tftpboot directory. Then the + make will fail with an obscure error about not being able to stat pass2. + + -- cgit v1.2.3