On 05/10/2024 1:24 pm, Andrew Cooper wrote:
> On 05/10/2024 9:02 am, Frediano Ziglio wrote:
>> diff --git a/xen/arch/x86/boot/Makefile b/xen/arch/x86/boot/Makefile
>> index ff0f965876..da87179fef 100644
>> --- a/xen/arch/x86/boot/Makefile
>> +++ b/xen/arch/x86/boot/Makefile
>> @@ -1,4 +1,4 @@
>> -obj-bin-y += head.o
>> +obj-bin-y += head.o cbundle.o
> +obj-bin-y += cbundle.o
>  obj-bin-y += head.o
>
> please.  Putting things on a single line is already getting unwieldy by
> patch 2.
>
> I have to admit that I'm still not convinced of "cbundle" as a name, but
> I can't think of anything better either.

Based on the other thread, and in combination with existing Kbuild
nomenclature, this probably wants to be built_in_32.o

~Andrew

Reply via email to