Thanks, applied as b483438de8eee3f0ae33161d1664d964d2c70603. Michael
[sent from post-receive hook] On Mon, 24 Mar 2025 08:45:59 +0100, Alexander Dahl <[email protected]> wrote: > Available since ptxdist-2020.10.0. Originally introduced for > kernel/barebox, but all kconfig based packages may use it. > > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/u-boot.make b/rules/u-boot.make > index 2a8059170ad5..204475b7843b 100644 > --- a/rules/u-boot.make > +++ b/rules/u-boot.make > @@ -229,7 +229,7 @@ $(STATEDIR)/u-boot.clean: > # > ---------------------------------------------------------------------------- > > ifdef PTXCONF_U_BOOT_CONFIGSYSTEM_KCONFIG > -u-boot_oldconfig u-boot_menuconfig u-boot_nconfig: $(STATEDIR)/u-boot.extract > +$(call ptx/kconfig-targets, u-boot): $(STATEDIR)/u-boot.extract > @$(call world/kconfig, U_BOOT, $(subst u-boot_,,$@)) > endif >
