diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 00:36:30 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-16 00:36:30 +0100 |
| commit | 91ecd00cc83cf701fe7f73b1aa244c27174e8386 (patch) | |
| tree | c38ffefaa73e671fd917ca0b94b8adec53456a06 /bin/false | |
| parent | 01cf24ec66c663e3f40be1d5c703aa9666effc85 (diff) | |
Add init prog, chroot syscall and fix menuconfig build
Diffstat (limited to 'bin/false')
| -rw-r--r-- | bin/false/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/false/Kbuild b/bin/false/Kbuild index 3b6f0687..2f8e102d 100644 --- a/bin/false/Kbuild +++ b/bin/false/Kbuild @@ -1,3 +1,4 @@ bin-y := false - obj-y += arch/ + +install-y := bin/false |
