Skip to content

Commit

Permalink
sh: clear/copy_page renames in lib and lib64.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent efddb4c commit 9895f94
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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 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 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 9895f94

Please sign in to comment.