--- Begin Message ---
The Makefile of recent at91bootstrap does not allow all Kconfig
features known by kernel and other projects.
Signed-off-by: Alexander Dahl <[email protected]>
---
Notes:
v2:
- new patch, not present in v1
rules/at91bootstrap2.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make
index 04041a05b..47eabce29 100644
--- a/rules/at91bootstrap2.make
+++ b/rules/at91bootstrap2.make
@@ -86,6 +86,7 @@ $(STATEDIR)/at91bootstrap2.clean:
# oldconfig / menuconfig
# ----------------------------------------------------------------------------
+# does not support the full set of kconfig targets, can not use
ptx/kconfig-targets here
at91bootstrap2_oldconfig at91bootstrap2_menuconfig:
$(STATEDIR)/at91bootstrap2.extract
@$(call world/kconfig, AT91BOOTSTRAP2, $(subst at91bootstrap2_,,$@))
--
2.39.5
--- End Message ---