Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel, U8500 machine. |
| 3 | # |
| 4 | |
Linus Walleij | c44c8e9 | 2013-09-26 11:24:16 +0200 | [diff] [blame] | 5 | obj-y := cpu.o devices.o id.o timer.o pm.o |
Linus Walleij | 458eef2f | 2011-08-12 13:41:50 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o |
Lee Jones | 6f6d643 | 2013-11-06 10:05:43 +0000 | [diff] [blame^] | 7 | obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o |
| 8 | obj-$(CONFIG_MACH_MOP500) += board-mop500-sdi.o \ |
Rabin Vincent | 705e098 | 2011-01-21 10:56:16 +0530 | [diff] [blame] | 9 | board-mop500-regulators.o \ |
Ola Lilja | c0af14d | 2012-04-20 11:32:59 +0200 | [diff] [blame] | 10 | board-mop500-pins.o \ |
Lee Jones | 39b740b | 2012-09-14 15:46:29 +0100 | [diff] [blame] | 11 | board-mop500-audio.o |
Linus Walleij | b394eeb | 2010-05-31 09:28:30 +0100 | [diff] [blame] | 12 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o |
Sundar Iyer | 9d704c0 | 2010-09-15 10:45:51 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
Arnd Bergmann | f6f1bda | 2013-03-21 22:51:14 +0100 | [diff] [blame] | 14 | |
| 15 | CFLAGS_hotplug.o += -march=armv7-a |