Skip to content

Commit

Permalink
x86_64: prepare shared lib/csum-wrappers.c
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 5fa2ae8 commit 83aaddb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CFLAGS_csum-partial.o := -funroll-loops
obj-y := io.o iomap_copy_64.o
obj-$(CONFIG_SMP) += msr-on-cpu.o

lib-y := csum-partial.o csum-copy_64.o csum-wrappers.o delay.o \
lib-y := csum-partial.o csum-copy_64.o csum-wrappers_64.o delay.o \
usercopy.o getuser.o putuser.o \
thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops.o
lib-y += memcpy_64.o memmove_64.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o
File renamed without changes.

0 comments on commit 83aaddb

Please sign in to comment.