diff options
Diffstat (limited to 'bin/playground')
| -rw-r--r-- | bin/playground/Kbuild | 2 | ||||
| -rw-r--r-- | bin/playground/main.c | 1 |
2 files changed, 3 insertions, 0 deletions
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) { |
