diff options
Diffstat (limited to 'bin/playground/Kbuild')
| -rw-r--r-- | bin/playground/Kbuild | 2 |
1 files changed, 2 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 |
