You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
408 B
12 lines
408 B
12 years ago
|
--- a/arch/arm/lib/Makefile
|
||
|
+++ b/arch/arm/lib/Makefile
|
||
|
@@ -14,7 +14,7 @@ lib-y := backtrace.o changebit.o csumip
|
||
|
ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
|
||
|
ucmpdi2.o lib1funcs.o div64.o \
|
||
|
io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
||
|
- call_with_stack.o
|
||
|
+ call_with_stack.o divdi3.o
|
||
|
|
||
|
mmu-y := clear_user.o copy_page.o getuser.o putuser.o
|
||
|
|