diff options
author | Bernd Schmidt <bernd.schmidt@analog.com> | 2008-01-11 16:58:44 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2008-01-11 16:58:44 +0800 |
commit | 7a1a6d00618bce53ae88e501ff5d4b82522db926 (patch) | |
tree | 9e54215c764c16386f9874cace4cace5e2854131 /arch/blackfin/mach-common/Makefile | |
parent | aee3a29240ad167ad7875d859506d8bb90431c70 (diff) |
[Blackfin] arch: move all code related to CPLB handling into a new subdirectory under kernel/
Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-common/Makefile')
-rw-r--r-- | arch/blackfin/mach-common/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/Makefile b/arch/blackfin/mach-common/Makefile index 4d7733dfd5de..8636d4284bdb 100644 --- a/arch/blackfin/mach-common/Makefile +++ b/arch/blackfin/mach-common/Makefile @@ -3,10 +3,9 @@ # obj-y := \ - cache.o cacheinit.o cplbhdlr.o cplbmgr.o entry.o \ + cache.o cacheinit.o entry.o \ interrupt.o lock.o irqpanic.o arch_checks.o -obj-$(CONFIG_CPLB_INFO) += cplbinfo.o obj-$(CONFIG_BFIN_SINGLE_CORE) += ints-priority-sc.o obj-$(CONFIG_BFIN_DUAL_CORE) += ints-priority-dc.o obj-$(CONFIG_PM) += pm.o dpmc.o |