[PATCH v3 05/15] crypto: Makefile: make simpler
Sascha Hauer
s.hauer at pengutronix.de
Fri Sep 6 03:40:18 PDT 2024
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
crypto/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/Makefile b/crypto/Makefile
index e84360a8c7..d7a06a721d 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -34,5 +34,5 @@ RSA_DEP := $(CONFIG_CRYPTO_RSA_KEY)
endif
$(obj)/rsa-keys.h: $(RSA_DEP) FORCE
- $(call cmd,public_keys,$(CONFIG_CRYPTO_RSA_KEY_NAME_HINT):$(if $(RSA_DEP),$<,$(CONFIG_CRYPTO_RSA_KEY)))
+ $(call cmd,public_keys,$(CONFIG_CRYPTO_RSA_KEY_NAME_HINT):$(CONFIG_CRYPTO_RSA_KEY))
endif
--
2.39.2
More information about the barebox
mailing list