mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
aa44ef4d43
Adds core support for the ST-Ericsson U8500 platform. It supports memory mappings, binds to the existing modules like GIC, SCU, TWD and local timers and sets up the infrastructure for the secondary core. Reviewed-by: Alessandro Rubini <rubini@unipv.it> Reviewed-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
215 B
Makefile
9 lines
215 B
Makefile
#
|
|
# Makefile for the linux kernel, U8500 machine.
|
|
#
|
|
|
|
obj-y := clock.o
|
|
obj-$(CONFIG_ARCH_U8500) += cpu-u8500.o
|
|
obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o
|