rewrite the gic implementation, some other fix ups
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index 6dae92410e9cd8e2644409b789410267dfc67d72..bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82 100644 (file)
@@ -1,3 +1,4 @@
+use("soc/gic")
 
 sources([
     "boot/init.c",
@@ -11,10 +12,6 @@ sources([
     "exception/handler.c"
 ])
 
-sources([
-    "soc/gic.c",
-])
-
 sources([
     "fault.c",
     "trace.c"