diff options
author | Michal Simek <monstr@monstr.eu> | 2011-01-10 09:29:29 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-01-10 09:29:29 +0100 |
commit | 20c040ce2176be4be250503497a0a103a3fb3b3e (patch) | |
tree | fce5d1cf5860ea2aeb292736fd373da8e2ea5a98 /arch/x86/kernel/Makefile | |
parent | 7f01af04bdf59448f3d75744d7ad9713331bd0f7 (diff) | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 (diff) |
Merge commit 'v2.6.37' into next
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 9e13763b6092..1e994754d323 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -45,6 +45,7 @@ obj-y += pci-dma.o quirks.o i8237.o topology.o kdebugfs.o obj-y += alternative.o i8253.o pci-nommu.o hw_breakpoint.o obj-y += tsc.o io_delay.o rtc.o obj-y += pci-iommu_table.o +obj-y += resource.o obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o obj-y += process.o |