x86, reboot: Move the real-mode reboot code to an assembly file
[deliverable/linux.git] / arch / x86 / kernel / Makefile
index 2e8ce0deae4ae9a29378c0a0a95d357928bf3797..778c5b93676dd867eda2335fa5e5e692b02932e5 100644 (file)
@@ -59,6 +59,7 @@ obj-$(CONFIG_STACKTRACE)      += stacktrace.o
 obj-y                          += cpu/
 obj-y                          += acpi/
 obj-y                          += reboot.o
+obj-$(CONFIG_X86_32)           += reboot_32.o
 obj-$(CONFIG_MCA)              += mca_32.o
 obj-$(CONFIG_X86_MSR)          += msr.o
 obj-$(CONFIG_X86_CPUID)                += cpuid.o
This page took 0.025158 seconds and 5 git commands to generate.