add implementation of ARM GIC driver.
[lunaix-os.git] / lunaix-os / hal / LBuild
index c63faf3456c54826ba15d25a873a66f414f1b99c..f4ae4c96a7f3abbe1ba403293fd4ee72440e2af4 100644 (file)
@@ -7,3 +7,5 @@ use("term")
 use("timer")
 use("bus")
 
+if config("use_devicetree"):
+    sources("devtree.c")
\ No newline at end of file