From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 27 Sep 2013 09:54:11 -0600 Subject: [U-Boot] [PATCH v2 4/6] ARM: tegra: delete Tegra specific code from toplevel Makefile In-Reply-To: <1380262192-24022-5-git-send-email-yamada.m@jp.panasonic.com> References: <1380262192-24022-1-git-send-email-yamada.m@jp.panasonic.com> <1380262192-24022-5-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <5245AA23.7030103@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/27/2013 12:09 AM, Masahiro Yamada wrote: > This patch moves Tegra specific directory entries > from the toplevel Makefile and spl/Makefile > to arch/arm/cpu/*/Makefile using Kbuild descending feature. That sounds more like a "move" than a "delete", so the patch subject sounds misleading...