diff options
Diffstat (limited to 'arch/m68k/lib/Makefile')
-rw-r--r-- | arch/m68k/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/lib/Makefile b/arch/m68k/lib/Makefile index 7d2dc0243..fa3c3d0b5 100644 --- a/arch/m68k/lib/Makefile +++ b/arch/m68k/lib/Makefile @@ -7,7 +7,7 @@ L_TARGET = lib.a -obj-y := ashrdi3.o lshrdi3.o checksum.o memcpy.o memcmp.o memset.o \ - semaphore.o muldi3.o +obj-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \ + checksum.o memcmp.o memcpy.o memset.o semaphore.o include $(TOPDIR)/Rules.make |