add el1 transfer at the boot stage in case higher EL is implemented
[lunaix-os.git] / lunaix-os / arch / aarch64 / LBuild
index cdf286ab77cbe3d629d7a09aacaa2af20afd1e10..bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82 100644 (file)
@@ -1,3 +1,4 @@
+use("soc/gic")
 
 sources([
     "boot/init.c",
@@ -11,11 +12,6 @@ sources([
     "exception/handler.c"
 ])
 
-sources([
-    "soc/gic/gic.c",
-    "soc/gic/gic_dt.c",
-])
-
 sources([
     "fault.c",
     "trace.c"