4 "exceptions/interrupts.c",
6 "exceptions/intr_routines.c",
8 "exceptions/intrhnds.S",
42 "exceptions/interrupt64.S",
43 "boot/x86_64/boot64.S",
44 "boot/x86_64/init64.c",
45 "boot/x86_64/prologue64.S",
46 "boot/x86_64/kremap64.c",
52 "exceptions/interrupt32.S",
55 "boot/i386/prologue32.S",
56 "boot/i386/kremap32.c",
67 if config("arch") == "x86_64":
71 "-fno-asynchronous-unwind-tables",
81 if not config("x86_enable_sse_feature"):
82 compile_opts("-mno-sse")