You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
184 B
9 lines
184 B
20 years ago
|
#
|
||
|
# Makefile for m68k-specific library files..
|
||
|
#
|
||
|
|
||
|
EXTRA_AFLAGS := -traditional
|
||
|
|
||
|
lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
|
||
|
checksum.o memcmp.o memcpy.o memset.o semaphore.o
|