summaryrefslogtreecommitdiff
path: root/bin/playground
diff options
context:
space:
mode:
Diffstat (limited to 'bin/playground')
-rw-r--r--bin/playground/Kbuild6
-rw-r--r--bin/playground/main.c6
2 files changed, 0 insertions, 12 deletions
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;
-}