Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77785
b: refs/heads/master
c: 9895f94
h: refs/heads/master
i:
  77783: 79f0927
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent d5aebdd commit b72dc65
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 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: efddb4c882a64b7ca44b2a089d20020b30a2c6dd
refs/heads/master: 9895f9429cb489ba271c06767531083ae4c4bcbe
3 changes: 2 additions & 1 deletion trunk/arch/sh/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lib-y = delay.o io.o memset.o memmove.o memchr.o \
memcpy-y := memcpy.o
memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o

lib-y += $(memcpy-y)
lib-$(CONFIG_MMU) += copy_page.o clear_page.o
lib-y += $(memcpy-y)

EXTRA_CFLAGS += -Werror
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/sh/lib64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

# Panic should really be compiled as PIC
lib-y := udelay.o c-checksum.o dbg.o panic.o memcpy.o copy_user_memcpy.o \
page_copy.o page_clear.o
copy_page.o clear_page.o

File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions trunk/arch/sh/mm/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o
endif

mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := fault_32.o clear_page.o copy_page.o tlbflush_32.o \
ioremap_32.o
mmu-$(CONFIG_MMU) := fault_32.o tlbflush_32.o ioremap_32.o

obj-y += $(mmu-y)

Expand Down

0 comments on commit b72dc65

Please sign in to comment.