[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] build: centralize / unify asm-offsets generation
On 01.04.2021 17:05, Julien Grall wrote: > On 01/04/2021 09:33, Jan Beulich wrote: >> --- a/xen/arch/arm/Makefile >> +++ b/xen/arch/arm/Makefile >> @@ -131,8 +131,8 @@ $(TARGET)-syms: prelink.o xen.lds >> >$(@D)/$(@F).map >> rm -f $(@D)/.$(@F).[0-9]* >> >> -asm-offsets.s: $(TARGET_SUBARCH)/asm-offsets.c >> - $(CC) $(filter-out -flto,$(c_flags)) -S -o $@ $< >> +.PHONY: include >> +include: > > From a generic PoV, this target is meant to generate arch-specific > include. Is that correct? Yes, like is happening on x86 already. Jan
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |