swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 5666c0947ede0432ba5148570aa66ffb9febff5b authored by Linus Torvalds on 01 December 2005, 06:25:15 UTC
Linux v2.6.15-rc4
Tip revision: 5666c09
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
back to top