Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[lunaix-os.git] / lunaix-os / hal / devtree / LBuild
index 97f3109f78589eaa5b7cc2017f33fd0e349b0395..496a325d12c2a8929774ae1e7ca2075a4ff10a42 100644 (file)
@@ -1,6 +1,6 @@
-sources([
+src.c += (
     "dt_interrupt.c",
     "dt.c",
-    "dtm.c"
+    "dtm.c",
     "dtspec.c"
-])
\ No newline at end of file
+)
\ No newline at end of file