4 "exceptions/interrupts.c",
6 "exceptions/intrhnds.S",
41 "exceptions/interrupt64.S",
42 "boot/x86_64/boot64.S",
43 "boot/x86_64/init64.c",
44 "boot/x86_64/prologue64.S",
45 "boot/x86_64/kremap64.c",
51 "exceptions/interrupt32.S",
54 "boot/i386/prologue32.S",
55 "boot/i386/kremap32.c",
66 if config("arch") == "x86_64":
70 "-fno-asynchronous-unwind-tables",
80 if not config("x86_enable_sse_feature"):
81 compile_opts("-mno-sse")