From e691a7ff9a4cc0581e9e7f504125c9ecba176221 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 21:03:28 +0100 Subject: Remove readme --- bin/playground/Kbuild | 2 ++ bin/playground/main.c | 1 + 2 files changed, 3 insertions(+) (limited to 'bin/playground') diff --git a/bin/playground/Kbuild b/bin/playground/Kbuild index 59fb5886..d9c08784 100644 --- a/bin/playground/Kbuild +++ b/bin/playground/Kbuild @@ -1,4 +1,6 @@ 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 index 3aab72f8..a6dab69a 100644 --- a/bin/playground/main.c +++ b/bin/playground/main.c @@ -1,3 +1,4 @@ +/* Place where code from libs can be tested */ int main(void) { -- cgit v1.2.3