From 3b3325f761b09ebbfef04c44eed546cc4fdeb329 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 15 Dec 2025 02:01:33 +0100 Subject: Added aio and eventfd support, along with sleep and yes utilities --- bin/sleep/Kbuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/sleep/Kbuild (limited to 'bin/sleep/Kbuild') diff --git a/bin/sleep/Kbuild b/bin/sleep/Kbuild new file mode 100644 index 00000000..2ab7c332 --- /dev/null +++ b/bin/sleep/Kbuild @@ -0,0 +1,3 @@ +bin-$(BIN_SLEEP) := sleep +obj-y += sleep.o +libs-y := $(srctree)/lib/libc/libc.a -- cgit v1.2.3