From 0f30d227497418c6d3bef7d52244407e30454504 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 22 Dec 2025 23:27:56 +0100 Subject: Added c11 threads, fixed some locks and add *_unlocked functions --- bin/playground/Kbuild | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/playground/Kbuild (limited to 'bin/playground/Kbuild') diff --git a/bin/playground/Kbuild b/bin/playground/Kbuild new file mode 100644 index 00000000..59fb5886 --- /dev/null +++ b/bin/playground/Kbuild @@ -0,0 +1,4 @@ +bin-y := main +obj-y := main.o + +libs-y := $(srctree)/lib/libc/libc.a -- cgit v1.2.3