Makefile (9e4e7fe1a97191e373257ab59e3d6bbcce9a9f1e) Makefile (cb165c52561fd5947747fdbdb0c7ad22c6138175)
1#
2# Makefile for the linux kernel, U8500 machine.
3#
4
5obj-y := clock.o cpu.o devices.o
1#
2# Makefile for the linux kernel, U8500 machine.
3#
4
5obj-y := clock.o cpu.o devices.o
6obj-$(CONFIG_ARCH_U8500) += cpu-u8500.o devices-db8500.o
6obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o
7obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o
8obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o
7obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o
8obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o