Binghua Duan | 02c981c | 2011-07-08 17:40:12 +0800 | [diff] [blame] | 1 | obj-y := timer.o |
Binghua Duan | 02c981c | 2011-07-08 17:40:12 +0800 | [diff] [blame] | 2 | obj-y += rstc.o |
Barry Song | d0ec63f | 2012-08-23 13:41:57 +0800 | [diff] [blame] | 3 | obj-y += common.o |
Zhiwu Song | 684f741 | 2011-08-30 19:20:34 -0700 | [diff] [blame] | 4 | obj-y += rtciobrg.o |
Barry Song | 31adb06 | 2011-07-08 02:40:13 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_DEBUG_LL) += lluart.o |
Rongjun Ying | 89e162a | 2011-07-08 02:40:14 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_CACHE_L2X0) += l2x0.o |
Rongjun Ying | 2558bd9 | 2011-09-21 21:46:20 +0800 | [diff] [blame] | 7 | obj-$(CONFIG_SUSPEND) += pm.o sleep.o |
Barry Song | c1e3c11 | 2012-08-23 13:41:59 +0800 | [diff] [blame] | 8 | obj-$(CONFIG_SIRF_IRQ) += irq.o |