From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- bin/playground/Kbuild | 6 ------ bin/playground/main.c | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 bin/playground/Kbuild delete mode 100644 bin/playground/main.c (limited to 'bin/playground') diff --git a/bin/playground/Kbuild b/bin/playground/Kbuild deleted file mode 100644 index d9c08784..00000000 --- a/bin/playground/Kbuild +++ /dev/null @@ -1,6 +0,0 @@ -bin-y := main -obj-y := main.o - -cflags-y += -fblocks - -libs-y := $(srctree)/lib/libc/libc.a diff --git a/bin/playground/main.c b/bin/playground/main.c deleted file mode 100644 index a6dab69a..00000000 --- a/bin/playground/main.c +++ /dev/null @@ -1,6 +0,0 @@ -/* Place where code from libs can be tested */ - -int main(void) -{ - return 0; -} -- cgit v1.2.3