make log a bit verbose for some useful information
[lunaix-os.git] / lunaix-os / arch / x86 / LBuild
index cb3e7816abd7313b90398aa240c1aada1681550c..941453b42c8eea2e2ddc29f7377b357d0087b323 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",
 ])
 
@@ -12,7 +10,6 @@ sources([
     "boot/mb_parser.c",
     "boot/kpt_setup.c",
     "boot/boot_helper.c",
-    "boot/bootmem.c"
 ])
 
 sources([