mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:40:53 +07:00
d48fd006e6
Introduce devices.c, for placing devices common among Ux500 SoCs. Start with the PL031 device. 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
231 B
Makefile
9 lines
231 B
Makefile
#
|
|
# Makefile for the linux kernel, U8500 machine.
|
|
#
|
|
|
|
obj-y := clock.o cpu.o devices.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
|