Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | # |
| 2 | # arch/blackfin/mach-common/Makefile |
| 3 | # |
| 4 | |
| 5 | obj-y := \ |
Bernd Schmidt | 7a1a6d0 | 2008-01-11 16:58:44 +0800 | [diff] [blame^] | 6 | cache.o cacheinit.o entry.o \ |
Robin Getz | f16295e | 2007-08-03 18:07:17 +0800 | [diff] [blame] | 7 | interrupt.o lock.o irqpanic.o arch_checks.o |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 8 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_BFIN_SINGLE_CORE) += ints-priority-sc.o |
| 10 | obj-$(CONFIG_BFIN_DUAL_CORE) += ints-priority-dc.o |
Roy Huang | 24a07a1 | 2007-07-12 22:41:45 +0800 | [diff] [blame] | 11 | obj-$(CONFIG_PM) += pm.o dpmc.o |