From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alban Bedel Date: Tue, 14 Jan 2014 11:18:25 +0100 Subject: [U-Boot] [PATCH] board: tec-ng: Do not make directories in a board Makefile In-Reply-To: <1389664502-17341-1-git-send-email-yamada.m@jp.panasonic.com> References: <1389664502-17341-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20140114111825.4849844a@avionic-0020> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 14 Jan 2014 10:55:02 +0900 Masahiro Yamada wrote: > Commit e5c5301f refactored the build system not to make > directories in board makefiles. > But commit 8f380381 create directories again in > board/avionic-design/tec-ng/Makefile. > > Signed-off-by: Masahiro Yamada > Cc: Alban Bedel Acked-by: Alban Bedel Alban