+use("soc/gic")
+
+sources([
+ "boot/init.c",
+ "boot/kremap.c",
+ "boot/start.S"
+])
+
+sources([
+ "exception/entries.S",
+ "exception/context.S",
+ "exception/handler.c"
+])
+
+sources([
+ "fault.c",
+ "trace.c"
+])
+
+headers([
+ "includes"
+])
compile_opts([
"-mlittle-endian",