{ "KernelLibs": { "Include": [ "/$ARCH/include/$CC.json" ], "Cflags": [ "-mcmodel=kernel", "-O0", "-mno-red-zone", "-ffreestanding", "-fno-builtin", "-Wall", "-Werror", "-g" ], "Oflags": [ "-static" ], "Post": [ "rm -f *.o" ], "Pre": [ "rm -f -f *.o *.tag.*" ] } }