diff options
author | Arjan van de Ven <arjan@infradead.org> | 2008-10-05 15:21:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-27 13:09:45 -0400 |
commit | b43d196c4d3fe46d6dda7c987c47792612b80b1b (patch) | |
tree | ea6fe8d4ea629828c38b961ede4a72ffaf47e3b9 /arch/x86/kernel/Makefile | |
parent | 304e629bf4a3150a0bf6556fc45c52c5c082340f (diff) |
x86: corruption-check: some post-move cleanups
Impact: cleanup
now that the code is moved and converted to a work queue,
there's some minor cleanups that can be done.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 31fbcaf3df70..f63a8034fb82 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -35,7 +35,6 @@ obj-y += bootflag.o e820.o | |||
35 | obj-y += pci-dma.o quirks.o i8237.o topology.o kdebugfs.o | 35 | obj-y += pci-dma.o quirks.o i8237.o topology.o kdebugfs.o |
36 | obj-y += alternative.o i8253.o pci-nommu.o | 36 | obj-y += alternative.o i8253.o pci-nommu.o |
37 | obj-y += tsc.o io_delay.o rtc.o | 37 | obj-y += tsc.o io_delay.o rtc.o |
38 | obj-y += check.o | ||
39 | 38 | ||
40 | obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o | 39 | obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o |
41 | obj-y += process.o | 40 | obj-y += process.o |
@@ -105,6 +104,8 @@ microcode-$(CONFIG_MICROCODE_INTEL) += microcode_intel.o | |||
105 | microcode-$(CONFIG_MICROCODE_AMD) += microcode_amd.o | 104 | microcode-$(CONFIG_MICROCODE_AMD) += microcode_amd.o |
106 | obj-$(CONFIG_MICROCODE) += microcode.o | 105 | obj-$(CONFIG_MICROCODE) += microcode.o |
107 | 106 | ||
107 | obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o | ||
108 | |||
108 | ### | 109 | ### |
109 | # 64 bit specific files | 110 | # 64 bit specific files |
110 | ifeq ($(CONFIG_X86_64),y) | 111 | ifeq ($(CONFIG_X86_64),y) |