Binghua Duan | 02c981c | 2011-07-08 17:40:12 +0800 | [diff] [blame] | 1 | obj-y += rstc.o |
Barry Song | d0ec63f | 2012-08-23 13:41:57 +0800 | [diff] [blame] | 2 | obj-y += common.o |
Zhiwu Song | 684f741 | 2011-08-30 19:20:34 -0700 | [diff] [blame] | 3 | obj-y += rtciobrg.o |
Rongjun Ying | 2558bd9 | 2011-09-21 21:46:20 +0800 | [diff] [blame] | 4 | obj-$(CONFIG_SUSPEND) += pm.o sleep.o |
Barry Song | 4898de3 | 2012-12-20 19:37:32 +0800 | [diff] [blame] | 5 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o |
| 6 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
Arnd Bergmann | cf82e0e | 2013-03-19 17:45:37 +0100 | [diff] [blame] | 7 | |
| 8 | CFLAGS_hotplug.o += -march=armv7-a |