forked from Minki/linux
7c1a70e998
Signed-off-by: Martin Persson <martin.persson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
17 lines
665 B
Makefile
17 lines
665 B
Makefile
#
|
|
# Makefile for the linux kernel, U8500 machine.
|
|
#
|
|
|
|
obj-y := clock.o cpu.o devices.o devices-common.o
|
|
obj-$(CONFIG_UX500_SOC_DB5500) += cpu-db5500.o dma-db5500.o
|
|
obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o prcmu.o
|
|
obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o board-mop500-sdi.o
|
|
obj-$(CONFIG_MACH_U5500) += board-u5500.o board-u5500-sdi.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
|
|
obj-$(CONFIG_REGULATOR_AB8500) += board-mop500-regulators.o
|
|
obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o
|
|
obj-$(CONFIG_U5500_MBOX) += mbox.o
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
|