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 <[email protected]> > > 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

