From 91ecd00cc83cf701fe7f73b1aa244c27174e8386 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 16 Dec 2025 00:36:30 +0100 Subject: Add init prog, chroot syscall and fix menuconfig build --- boot/init/Kbuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 boot/init/Kbuild (limited to 'boot/init/Kbuild') diff --git a/boot/init/Kbuild b/boot/init/Kbuild new file mode 100644 index 00000000..461a0101 --- /dev/null +++ b/boot/init/Kbuild @@ -0,0 +1,3 @@ +bin-y := init +obj-y := init.o +libs-y := $(srctree)/lib/libc/libc.a -- cgit v1.2.3