diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:38 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:38 -0400 |
commit | c4fbd8a94697ff1186130542f36d7b520b288001 (patch) | |
tree | 810753a2d0028a2ef4a0b314f40e5ea30edc6b50 /arch/x86_64/kernel/Makefile | |
parent | ba733ec4725df406a6ff5c5c1e6c447f42bbf39d (diff) |
x86_64: prepare shared kernel/pci-nommu.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/kernel/Makefile')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 9799e58c243a..e74f4ddba1cd 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -8,7 +8,7 @@ obj-y := process.o signal.o entry.o traps_64.o irq.o \ | |||
8 | ptrace.o time.o ioport_64.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ | 8 | ptrace.o time.o ioport_64.o ldt.o setup_64.o i8259_64.o sys_x86_64.o \ |
9 | x8664_ksyms.o i387.o syscall.o vsyscall_64.o \ | 9 | x8664_ksyms.o i387.o syscall.o vsyscall_64.o \ |
10 | setup64.o bootflag.o e820_64.o reboot.o quirks.o i8237.o \ | 10 | setup64.o bootflag.o e820_64.o reboot.o quirks.o i8237.o \ |
11 | pci-dma_64.o pci-nommu.o alternative.o hpet_64.o tsc.o bugs.o \ | 11 | pci-dma_64.o pci-nommu_64.o alternative.o hpet_64.o tsc.o bugs.o \ |
12 | perfctr-watchdog.o | 12 | perfctr-watchdog.o |
13 | 13 | ||
14 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | 14 | obj-$(CONFIG_STACKTRACE) += stacktrace.o |