[U-Boot] [U-Boot, v2, 4/4] efi_loader: allow multiple source files for EFI apps

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Sep 6 04:07:05 UTC 2017


On 09/05/2017 09:24 PM, Alexander Graf wrote:
>> With this patch an EFI application can be built
>> out of multiple source files.
>>
>> All object files that are to be included into the EFI
>> application %.efi must be added to variable %-objs. E.g.
>>
>> 	helloworld-objs = helloworld.o
>>
>> script/Makefile.lib automatically generates file %_efi.d
>> containing the dependency definition.
>>
>> This file is included in the next run of make. From now on
>> all objects in %-objs are built.
>>
>> The %_efi.d file should be included in the source
>> distribution.
>>
>> After adding a new file to %-objs the first make run will
>> fail due to the outdated %_efi.d file.
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> 
> Thanks, applied to efi-next
> 
> Alex
> 
> 
Unfortunately there is a bug in this patch. Two dependencies are
missing. This leads to failures on vexpress.

I have fixed this on my local system. But I want to pass the correction
through Travis CI before sending it to you.

So, please, remove this single patch.

Regards

Heinrich


More information about the U-Boot mailing list