Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77395
b: refs/heads/master
c: 7a1a6d0
h: refs/heads/master
i:
  77393: f640c76
  77391: 74172f3
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Jan 11, 2008
1 parent 2580bf1 commit 8473fbd
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aee3a29240ad167ad7875d859506d8bb90431c70
refs/heads/master: 7a1a6d00618bce53ae88e501ff5d4b82522db926
2 changes: 2 additions & 0 deletions trunk/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 trunk/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 trunk/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 trunk/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 8473fbd

Please sign in to comment.