--- Begin Message ---
kconfig was used implicitly already because AT91BOOTSTRAP2_CONFIG is
defined.
Signed-off-by: Alexander Dahl <[email protected]>
---
rules/at91bootstrap2.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make
index c36e30305..04041a05b 100644
--- a/rules/at91bootstrap2.make
+++ b/rules/at91bootstrap2.make
@@ -32,6 +32,8 @@ AT91BOOTSTRAP2_LICENSE := unknown
AT91BOOTSTRAP2_WRAPPER_BLACKLIST := \
$(PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST)
+AT91BOOTSTRAP2_CONF_TOOL := kconfig
+
AT91BOOTSTRAP2_MAKE_ENV := \
CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) \
HOSTCC=$(HOSTCC)
base-commit: 35e444db1da5f4b01df92feade288b5d71bb65af
--
2.39.5
--- End Message ---