aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/realmode/rm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/realmode/rm/Makefile b/arch/x86/realmode/rm/Makefile
index 2432acb6b04f..2423142b4da4 100644
--- a/arch/x86/realmode/rm/Makefile
+++ b/arch/x86/realmode/rm/Makefile
@@ -12,8 +12,8 @@ subdir- := wakeup
12always := realmode.bin 12always := realmode.bin
13 13
14realmode-y += header.o 14realmode-y += header.o
15realmode-$(CONFIG_X86_32) += reboot_32.o
16realmode-y += trampoline_$(BITS).o 15realmode-y += trampoline_$(BITS).o
16realmode-$(CONFIG_X86_32) += reboot_32.o
17realmode-$(CONFIG_ACPI_SLEEP) += wakeup/wakeup.o 17realmode-$(CONFIG_ACPI_SLEEP) += wakeup/wakeup.o
18 18
19targets += $(realmode-y) 19targets += $(realmode-y)