From 21d28f71b20c1d58e7abb039f12d2c61aadd3f0f Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 22:45:19 +0100 Subject: Added more kconfig options --- boot/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Kbuild') diff --git a/boot/Kbuild b/boot/Kbuild index 01daa04b..cb673478 100644 --- a/boot/Kbuild +++ b/boot/Kbuild @@ -1 +1 @@ -obj-y += init/ +obj-$(CONFIG_BOOT_INIT) += init/ -- cgit v1.2.3