diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-06-18 10:15:46 +0100 |
---|---|---|
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-06-18 10:15:46 +0100 |
commit | 20cf33ea16253b9eed387cba022cb014563db40e (patch) | |
tree | c553955752fd769e8b71d50ed0ed32324d9fd73f /arch/arm/mach-integrator/Makefile | |
parent | e65f38ed0bb7af367ff919c573cf29643fc5f9e8 (diff) | |
download | linux-20cf33ea16253b9eed387cba022cb014563db40e.tar.bz2 |
[PATCH] ARM SMP: Add basic support Integrator/CP platform
Add basic SMP support for the Integrator/CP platform.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/Makefile')
-rw-r--r-- | arch/arm/mach-integrator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Makefile b/arch/arm/mach-integrator/Makefile index 158daaf9e3b0..ebb255bdce8a 100644 --- a/arch/arm/mach-integrator/Makefile +++ b/arch/arm/mach-integrator/Makefile @@ -12,3 +12,4 @@ obj-$(CONFIG_LEDS) += leds.o obj-$(CONFIG_PCI) += pci_v3.o pci.o obj-$(CONFIG_CPU_FREQ_INTEGRATOR) += cpu.o obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o +obj-$(CONFIG_SMP) += platsmp.o headsmp.o |