diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 | ||||
-rw-r--r-- | arch/x86/realmode/Makefile | 1 | ||||
-rw-r--r-- | arch/x86/realmode/init.c (renamed from arch/x86/kernel/realmode.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 4a20f4441ffe..08484332f329 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -35,7 +35,6 @@ obj-y += tsc.o io_delay.o rtc.o | |||
35 | obj-y += pci-iommu_table.o | 35 | obj-y += pci-iommu_table.o |
36 | obj-y += resource.o | 36 | obj-y += resource.o |
37 | 37 | ||
38 | obj-y += realmode.o | ||
39 | obj-y += process.o | 38 | obj-y += process.o |
40 | obj-y += i387.o xsave.o | 39 | obj-y += i387.o xsave.o |
41 | obj-y += ptrace.o | 40 | obj-y += ptrace.o |
diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile index a05b3aca64ad..94f7fbe97b08 100644 --- a/arch/x86/realmode/Makefile +++ b/arch/x86/realmode/Makefile | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | subdir- := rm | 10 | subdir- := rm |
11 | 11 | ||
12 | obj-y += init.o | ||
12 | obj-y += rmpiggy.o | 13 | obj-y += rmpiggy.o |
13 | 14 | ||
14 | $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin | 15 | $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin |
diff --git a/arch/x86/kernel/realmode.c b/arch/x86/realmode/init.c index 099277984b80..099277984b80 100644 --- a/arch/x86/kernel/realmode.c +++ b/arch/x86/realmode/init.c | |||