Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[lunaix-os.git] / lunaix-os / arch / generic / LBuild
index b57fdfa00fadea0cf8115d2c1583659a7ef0814f..0a3d37d257d9eb3db53af2d7687b514338eb7eba 100644 (file)
@@ -1,10 +1,10 @@
-headers("includes")
+src.h += "includes"
 
-sources([
+src.c += (
     "bootmem.c",
     "trace.c",
     "vmutils.c",
     "procvm.c",
     "arch.c",
     "kremap.c"
-])
\ No newline at end of file
+)
\ No newline at end of file