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