4 "exceptions/interrupts.c",
6 "exceptions/intr_routines.c",
8 "exceptions/intrhnds.S",
43 "exceptions/interrupt64.S",
44 "boot/x86_64/boot64.S",
45 "boot/x86_64/init64.c",
46 "boot/x86_64/prologue64.S",
47 "boot/x86_64/kremap64.c",
53 "exceptions/interrupt32.S",
56 "boot/i386/prologue32.S",
57 "boot/i386/kremap32.c",
68 if config("arch") == "x86_64":
72 "-fno-asynchronous-unwind-tables",
82 if not config("x86_enable_sse_feature"):
83 compile_opts("-mno-sse")