[PATCH] fixup! security: add new top-level menu
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Aug 6 23:26:58 PDT 2025
security: blobgen: move obj- definition to correct Makefile
The obj- needs to move into the Makefile in the same directory where the
file has been moved.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
lib/Makefile | 1 -
security/Makefile | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Makefile b/lib/Makefile
index e95c91d5c211..9592ccb68312 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -24,7 +24,6 @@ obj-y += libbb.o
obj-y += libgen.o
obj-$(CONFIG_FIP) += fip.o tbbr_config.o
obj-$(CONFIG_JSMN) += jsmn.o
-obj-$(CONFIG_BLOBGEN) += blobgen.o
obj-y += stringlist.o
obj-y += scatterlist.o
obj-y += cmdlinepart.o
diff --git a/security/Makefile b/security/Makefile
index dd9c1743107a..110ea42511f5 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -12,6 +12,7 @@ $(obj)/default.sconfig.c: FORCE
obj-$(CONFIG_CRYPTO_KEYSTORE) += keystore.o
obj-$(CONFIG_JWT) += jwt.o
obj-pbl-$(CONFIG_HAVE_OPTEE) += optee.o
+obj-$(CONFIG_BLOBGEN) += blobgen.o
obj-$(CONFIG_PASSWORD) += password.o
ifdef CONFIG_PASSWORD
--
2.39.5
More information about the barebox
mailing list