xref: /linux/arch/m68k/lib/Makefile (revision 13abf8130139c2ccd4962a7e5a8902be5e6cb5a7)
1#
2# Makefile for m68k-specific library files..
3#
4
5EXTRA_AFLAGS := -traditional
6
7lib-y		:= ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
8			checksum.o string.o semaphore.o
9