add ability to do intr-binding based on given device tree node
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 52b347958737924c9024662c08589a3d8ee48f0b..cdf286ab77cbe3d629d7a09aacaa2af20afd1e10 100644 (file)
@@ -11,11 +11,20 @@ sources([
     "exception/handler.c"
 ])
 
+sources([
+    "soc/gic/gic.c",
+    "soc/gic/gic_dt.c",
+])
+
 sources([
     "fault.c",
     "trace.c"
 ])
 
+headers([
+    "includes"
+])
+
 compile_opts([
     "-mlittle-endian",
     "-mgeneral-regs-only",