--- Begin Message ---
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]>
---
Notes:
v2:
- new patch, not present in v1
rules/u-boot.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/u-boot.make b/rules/u-boot.make
index 2a8059170..204475b78 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
--
2.39.5
--- End Message ---