swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 62d0cfcb27cf755cebdc93ca95dabc83608007cd authored by Linus Torvalds on 04 February 2007, 18:44:54 UTC
Linux 2.6.20
Tip revision: 62d0cfc
Makefile
#
# Makefile for m68k-specific library files..
#

EXTRA_AFLAGS := -traditional

lib-y	:= ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
	   checksum.o string.o semaphore.o uaccess.o
back to top