diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-01-30 07:32:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:32:27 -0500 |
commit | 6b0c3d44d33e9429dbc568dc7fd3aee3774c5707 (patch) | |
tree | ed925410acd3d3fce0934fda398f5e5f1a0f2dcd /arch/x86/kernel/Makefile | |
parent | d531b4fd2fa3c619d973ea639476f172d5a3732d (diff) |
x86: unify arch/x86/kernel/Makefile(s)
Combine the 32 and 64 bit specific Makefiles in one file.
While doing so link order was (almost) preserved on 32 bit
but on 64 bit link order changed a lot.
Patch was checked with defconfig + allyesconfig builds.
The same .o files were linked in these configurations.
To keep readability of the Makefiles a few Kconfig
symbols was added/modified and it was checked that
they were not used anywhere else.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 93 |
1 files changed, 85 insertions, 8 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 38573340b143..0903bbf0ca4d 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -1,9 +1,86 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | # |
2 | include ${srctree}/arch/x86/kernel/Makefile_32 | 2 | # Makefile for the linux kernel. |
3 | else | 3 | # |
4 | include ${srctree}/arch/x86/kernel/Makefile_64 | 4 | |
5 | endif | 5 | extra-y := head_$(BITS).o init_task.o vmlinux.lds |
6 | extra-$(CONFIG_X86_64) += head64.o | ||
7 | |||
8 | CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE) | ||
9 | CFLAGS_vsyscall_64.o := $(PROFILING) -g0 | ||
10 | |||
11 | obj-y := process_$(BITS).o signal_$(BITS).o entry_$(BITS).o | ||
12 | obj-y += traps_$(BITS).o irq_$(BITS).o | ||
13 | obj-y += time_$(BITS).o ioport_$(BITS).o ldt.o | ||
14 | obj-y += setup_$(BITS).o i8259_$(BITS).o | ||
15 | obj-$(CONFIG_X86_32) += sys_i386_32.o i386_ksyms_32.o | ||
16 | obj-$(CONFIG_X86_64) += sys_x86_64.o x8664_ksyms_64.o | ||
17 | obj-$(CONFIG_X86_64) += syscall_64.o vsyscall_64.o setup64.o | ||
18 | obj-y += pci-dma_$(BITS).o bootflag.o e820_$(BITS).o | ||
19 | obj-y += quirks.o i8237.o topology.o | ||
20 | obj-y += alternative.o i8253.o | ||
21 | obj-$(CONFIG_X86_64) += pci-nommu_64.o bugs_64.o | ||
22 | obj-y += tsc_$(BITS).o io_delay.o rtc.o | ||
23 | |||
24 | obj-y += i387.o | ||
25 | obj-y += ptrace.o | ||
26 | obj-y += ds.o | ||
27 | obj-$(CONFIG_X86_32) += tls.o | ||
28 | obj-$(CONFIG_IA32_EMULATION) += tls.o | ||
29 | obj-y += step.o | ||
30 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | ||
31 | obj-y += cpu/ | ||
32 | obj-y += acpi/ | ||
33 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot_32.o | ||
34 | obj-$(CONFIG_X86_64) += reboot_64.o | ||
35 | obj-$(CONFIG_MCA) += mca_32.o | ||
36 | obj-$(CONFIG_X86_MSR) += msr.o | ||
37 | obj-$(CONFIG_X86_CPUID) += cpuid.o | ||
38 | obj-$(CONFIG_MICROCODE) += microcode.o | ||
39 | obj-$(CONFIG_PCI) += early-quirks.o | ||
40 | obj-$(CONFIG_APM) += apm_32.o | ||
41 | obj-$(CONFIG_X86_SMP) += smp_$(BITS).o smpboot_$(BITS).o tsc_sync.o | ||
42 | obj-$(CONFIG_X86_32_SMP) += smpcommon_32.o | ||
43 | obj-$(CONFIG_X86_64_SMP) += smp_64.o smpboot_64.o tsc_sync.o | ||
44 | obj-$(CONFIG_X86_TRAMPOLINE) += trampoline_$(BITS).o | ||
45 | obj-$(CONFIG_X86_MPPARSE) += mpparse_$(BITS).o | ||
46 | obj-$(CONFIG_X86_LOCAL_APIC) += apic_$(BITS).o nmi_$(BITS).o | ||
47 | obj-$(CONFIG_X86_IO_APIC) += io_apic_$(BITS).o | ||
48 | obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o | ||
49 | obj-$(CONFIG_KEXEC) += machine_kexec_$(BITS).o | ||
50 | obj-$(CONFIG_KEXEC) += relocate_kernel_$(BITS).o crash.o | ||
51 | obj-$(CONFIG_CRASH_DUMP) += crash_dump_$(BITS).o | ||
52 | obj-$(CONFIG_X86_NUMAQ) += numaq_32.o | ||
53 | obj-$(CONFIG_X86_SUMMIT_NUMA) += summit_32.o | ||
54 | obj-$(CONFIG_X86_VSMP) += vsmp_64.o | ||
55 | obj-$(CONFIG_KPROBES) += kprobes.o | ||
56 | obj-$(CONFIG_MODULES) += module_$(BITS).o | ||
57 | obj-$(CONFIG_ACPI_SRAT) += srat_32.o | ||
58 | obj-$(CONFIG_EFI) += efi.o efi_$(BITS).o efi_stub_$(BITS).o | ||
59 | obj-$(CONFIG_DOUBLEFAULT) += doublefault_32.o | ||
60 | obj-$(CONFIG_VM86) += vm86_32.o | ||
61 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | ||
62 | |||
63 | obj-$(CONFIG_HPET_TIMER) += hpet.o | ||
6 | 64 | ||
7 | # Workaround to delete .lds files with make clean | 65 | obj-$(CONFIG_K8_NB) += k8.o |
8 | # The problem is that we do not enter Makefile_32 with make clean. | 66 | obj-$(CONFIG_MGEODE_LX) += geode_32.o mfgpt_32.o |
9 | clean-files := vsyscall*.lds vsyscall*.so | 67 | |
68 | obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o | ||
69 | obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_$(BITS).o | ||
70 | obj-y += pcspeaker.o | ||
71 | |||
72 | obj-$(CONFIG_SCx200) += scx200_32.o | ||
73 | |||
74 | ### | ||
75 | # 64 bit specific files | ||
76 | ifeq ($(CONFIG_X86_64),y) | ||
77 | obj-y += genapic_64.o genapic_flat_64.o | ||
78 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o | ||
79 | obj-$(CONFIG_AUDIT) += audit_64.o | ||
80 | obj-$(CONFIG_PM) += suspend_64.o | ||
81 | obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o | ||
82 | |||
83 | obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o | ||
84 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o | ||
85 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o | ||
86 | endif | ||