diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:56 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:56 +0200 |
commit | e877d83a8e2643a026559a60ac6d1ee9fb827677 (patch) | |
tree | acf1b04b5e0a8627c2cbe2d40965cb4bed6c575c /arch/x86_64/kernel/Makefile | |
parent | abb11834c6515161babea211a7be1fc6dcb893dc (diff) |
x86_64: prepare shared kernel/audit.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 1c9ae60f0bf..edd3ad7995d 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -36,7 +36,7 @@ obj-$(CONFIG_KPROBES) += kprobes.o obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o obj-$(CONFIG_X86_VSMP) += vsmp_64.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_AUDIT) += audit.o +obj-$(CONFIG_AUDIT) += audit_64.o obj-$(CONFIG_MODULES) += module_64.o obj-$(CONFIG_PCI) += early-quirks_64.o |