From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 18 Sep 2014 11:35:42 +0200 Subject: [U-Boot] [PATCH] kbuild: refactor some makefiles In-Reply-To: <1411022654-19339-1-git-send-email-yamada.m@jp.panasonic.com> References: <1411022654-19339-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <201409181135.42595.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, September 18, 2014 at 08:43:41 AM, Masahiro Yamada wrote: > [1] Move driver/core/, driver/input/ and drivers/input/ entries > from the top Makefile to drivers/Makefile > > [2] Remove the conditional by CONFIG_DM in drivers/core/Makefile > because the whole drivers/core directory is already selected > by CONFIG_DM in the upper level > > [3] Likewise for CONFIG_DM_DEMO in drivers/demo/Makefile > > [4] Simplify common/Makefile - both CONFIG_DDR_SPD and > CONFIG_SPD_EEPROM are boolean macros so they can directly > select objects > > Signed-off-by: Masahiro Yamada > --- [...] Acked-by: Marek Vasut Best regards, Marek Vasut