Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250399
b: refs/heads/master
c: 9461702
h: refs/heads/master
i:
  250397: dbfe06a
  250395: 8f4dfd2
  250391: 1555e67
  250383: 25d8266
  250367: e7aa425
v: v3
  • Loading branch information
Greg Ungerer committed May 24, 2011
1 parent cd745ed commit 68f4b7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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: 66d83ab32aec5d84d707d4d72717b9468ec33a96
refs/heads/master: 9461702d2a54cd4d9da09b7755c96815791a9d07
6 changes: 3 additions & 3 deletions trunk/arch/m68k/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#

lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
memcpy.o memset.o memmove.o checksum.o
memcpy.o memset.o memmove.o

ifdef CONFIG_MMU
lib-y += string.o uaccess.o
lib-y += string.o uaccess.o checksum_mm.o
else
lib-y += mulsi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o delay.o
lib-y += mulsi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o delay.o checksum_no.o
endif

5 changes: 0 additions & 5 deletions trunk/arch/m68k/lib/checksum.c

This file was deleted.

0 comments on commit 68f4b7e

Please sign in to comment.