Commit 7b51f76a4534 ("rsatoc: rename to keytoc") reflects that the tool now also supports ECDSA. Therefore, let's rename the environment variable that we use to regenerate the C code from the JWT PEM accordingly. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- test/self/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/self/Makefile b/test/self/Makefile index 6390c4afd478..666a8f9ee7e2 100644 --- a/test/self/Makefile +++ b/test/self/Makefile @@ -19,7 +19,7 @@ obj-$(CONFIG_SELFTEST_REGULATOR) += regulator.o test_regulator.dtbo.o obj-$(CONFIG_SELFTEST_TEST_COMMAND) += test_command.o obj-$(CONFIG_SELFTEST_IDR) += idr.o -ifdef REGENERATE_RSATOC +ifdef REGENERATE_KEYTOC $(obj)/jwt_test.pem.c_shipped: $(src)/jwt_test.pem FORCE $(call if_changed,public_keys,$(basename $(target-stem)):$<,-s) -- 2.39.5