fix page mounting contention (close #57)
[lunaix-os.git] / lunaix-os / arch / x86 / LBuild
index 7d50ca31978b9d28f2ea45e9bb488814b02af6e7..ed4b4f8ac9e10f4396fbd1b7b9f0470f311ce447 100644 (file)
@@ -3,15 +3,13 @@ use("hal")
 sources([
     "exceptions/interrupts.c",
     "exceptions/isrdef.c",
-    "exceptions/intr_routines.c",
-    "exceptions/isrm.c",
     "exceptions/intrhnds.S",
 ])
 
 sources([
     "boot/mb_parser.c",
     "boot/kpt_setup.c",
-    "boot/boot_helper.c"
+    "boot/boot_helper.c",
 ])
 
 sources([
@@ -31,7 +29,8 @@ sources([
     "gdbstub.c",
     "trace.c",
     "hart.c",
-    "failsafe.S"
+    "failsafe.S",
+    "syscall_lut.S"
 ])
 
 sources({