4 "exceptions/interrupts.c",
6 "exceptions/intrhnds.S",
40 "exceptions/interrupt64.S",
41 "boot/x86_64/boot64.S",
42 "boot/x86_64/init64.c",
43 "boot/x86_64/prologue64.S",
44 "boot/x86_64/kremap64.c",
50 "exceptions/interrupt32.S",
53 "boot/i386/prologue32.S",
54 "boot/i386/kremap32.c",
65 if config("arch") == "x86_64":
69 "-fno-asynchronous-unwind-tables",
79 if not config("x86_enable_sse_feature"):
80 compile_opts("-mno-sse")