rewrite the gic implementation, some other fix ups
[lunaix-os.git] / lunaix-os / arch / aarch64 / soc / gic / LBuild
diff --git a/lunaix-os/arch/aarch64/soc/gic/LBuild b/lunaix-os/arch/aarch64/soc/gic/LBuild
new file mode 100644 (file)
index 0000000..71d3b58
--- /dev/null
@@ -0,0 +1,5 @@
+sources([
+    "gic_v3.c",
+    "common.c",
+    "default_ops.c",
+])