Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel, U8500 machine. |
| 3 | # |
| 4 | |
Rabin Vincent | fbf1eadf | 2010-09-29 19:46:32 +0530 | [diff] [blame] | 5 | obj-y := clock.o cpu.o devices.o devices-common.o |
Rabin Vincent | 01afdd1 | 2010-12-08 11:07:55 +0530 | [diff] [blame^] | 6 | obj-$(CONFIG_UX500_SOC_DB5500) += cpu-db5500.o dma-db5500.o |
Linus Walleij | e3726fc | 2010-08-19 12:36:01 +0100 | [diff] [blame] | 7 | obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o prcmu.o |
Hanumath Prasad | 008f8a2 | 2010-08-19 12:06:32 +0100 | [diff] [blame] | 8 | obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o board-mop500-sdi.o |
Per Forlin | bab263e | 2010-12-05 12:49:03 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_MACH_U5500) += board-u5500.o board-u5500-sdi.o |
Linus Walleij | b394eeb | 2010-05-31 09:28:30 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o |
Sundar Iyer | 9d704c0 | 2010-09-15 10:45:51 +0100 | [diff] [blame] | 11 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
Linus Walleij | b394eeb | 2010-05-31 09:28:30 +0100 | [diff] [blame] | 12 | obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o |
Sundar Iyer | 4f724be | 2010-09-15 10:50:59 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_REGULATOR_AB8500) += board-mop500-regulators.o |
Linus Walleij | e81fcc9 | 2010-09-28 15:45:41 +0100 | [diff] [blame] | 14 | obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o |
| 15 | obj-$(CONFIG_U5500_MBOX) += mbox.o |