mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 11:45:17 +07:00
178980f98e
Move IRQ initialization and common io mapping setup code to cpu.c, renaming U8500* to UX500* along the way. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
221 B
Makefile
9 lines
221 B
Makefile
#
|
|
# Makefile for the linux kernel, U8500 machine.
|
|
#
|
|
|
|
obj-y := clock.o cpu.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
|