Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | # |
| 2 | # arch/blackfin/mach-common/Makefile |
| 3 | # |
| 4 | |
| 5 | obj-y := \ |
Mike Frysinger | 09e1f70 | 2008-08-06 17:15:27 +0800 | [diff] [blame] | 6 | cache.o entry.o head.o \ |
Mike Frysinger | 0e06b50 | 2008-08-14 14:29:57 +0800 | [diff] [blame] | 7 | interrupt.o irqpanic.o arch_checks.o ints-priority.o |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 8 | |
Mike Frysinger | 0e06b50 | 2008-08-14 14:29:57 +0800 | [diff] [blame] | 9 | obj-$(CONFIG_BFIN_ICACHE_LOCK) += lock.o |
Michael Hennerich | 14b0320 | 2008-05-07 11:41:26 +0800 | [diff] [blame] | 10 | obj-$(CONFIG_PM) += pm.o dpmc_modes.o |
| 11 | obj-$(CONFIG_CPU_FREQ) += cpufreq.o |
| 12 | obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o |
Graf Yang | 6b3087c | 2009-01-07 23:14:39 +0800 | [diff] [blame^] | 13 | obj-$(CONFIG_SMP) += smp.o |