swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 19af35546de68c872dcb687613e0902a602cb20e authored by Linus Torvalds on 10 February 2008, 22:18:14 UTC
Linux 2.6.25-rc1
Tip revision: 19af355
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