[U-Boot] [PATCH v2 13/14] dm: remove redundant CONFIG_DM from driver/core/Makefile
Simon Glass
sjg at chromium.org
Sat Jul 18 01:59:16 CEST 2015
On 15 July 2015 at 18:59, Simon Glass <sjg at chromium.org> wrote:
> On 12 July 2015 at 22:17, Masahiro Yamada <yamada.masahiro at socionext.com> wrote:
>>
>> As you see in driver/Makefile, Kbuild descends into the driver/core/
>> directory only when CONFIG_DM is enabled.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
>> ---
>>
>> Changes in v2:
>> - Newly added
>>
>> drivers/core/Makefile | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>
>
>>
>> diff --git a/drivers/core/Makefile b/drivers/core/Makefile
>> index cd8c104..5f019e8 100644
>> --- a/drivers/core/Makefile
>> +++ b/drivers/core/Makefile
>> @@ -4,7 +4,7 @@
>> # SPDX-License-Identifier: GPL-2.0+
>> #
>>
>> -obj-$(CONFIG_DM) += device.o lists.o root.o uclass.o util.o devres.o
>> +obj-y += device.o lists.o root.o uclass.o util.o devres.o
>> ifndef CONFIG_SPL_BUILD
>> obj-$(CONFIG_OF_CONTROL) += simple-bus.o
>> endif
>> --
>> 1.9.1
>>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list