Hi Nina, Apologies, I missed this email in my inbox and happened to see it on lore. On Mon, Oct 23, 2023 at 03:53:59PM +0200, Nina Schoetterl-Glausch wrote: [...] > > +ifeq ($(ARCH),arm64) > > +arm64_tools_dir := $(top_srcdir)/tools/arch/arm64/tools/ > > +GEN_HDRS := $(top_srcdir)/tools/arch/arm64/include/generated/ > > +CFLAGS += -I$(GEN_HDRS) > > + > > +prepare: > > + $(MAKE) -C $(arm64_tools_dir) > > +else > > +prepare: > > This is a force target, all targets depending on this one will always have their recipe run, > so we'll pretty much rebuild everything. > Is this intentional? No, I just wasn't thinking about what I was doing :) I've sent out a fix for this, plan to have it resolved before sending out the PR for 6.7. [*] https://lore.kernel.org/kvmarm/20231027005439.3142015-3-oliver.upton@xxxxxxxxx/ -- Thanks, Oliver