Skip to content

Commit

Permalink
[Blackfin] arch: move all code related to CPLB handling into a new su…
Browse files Browse the repository at this point in the history
…bdirectory under kernel/

Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Jan 11, 2008
1 parent aee3a29 commit 7a1a6d0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ core-y += arch/$(ARCH)/mach-$(MACHINE)/
core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/
endif

core-y += arch/$(ARCH)/kernel/cplb-nompu/

libs-y += arch/$(ARCH)/lib/

drivers-$(CONFIG_OPROFILE) += arch/$(ARCH)/oprofile/
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extra-y := init_task.o vmlinux.lds
obj-y := \
entry.o process.o bfin_ksyms.o ptrace.o setup.o signal.o \
sys_bfin.o time.o traps.o irqchip.o dma-mapping.o flat.o \
fixed_code.o cplbinit.o cacheinit.o reboot.o bfin_gpio.o
fixed_code.o reboot.o bfin_gpio.o

obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o
obj-$(CONFIG_MODULES) += module.o
Expand Down
8 changes: 8 additions & 0 deletions arch/blackfin/kernel/cplb-nompu/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# arch/blackfin/kernel/cplb-nompu/Makefile
#

obj-y := cplbinit.o cacheinit.o cplbhdlr.o cplbmgr.o

obj-$(CONFIG_CPLB_INFO) += cplbinfo.o

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions arch/blackfin/mach-common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a1a6d0

Please sign in to comment.