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.
|
#
|
|
# Makefile for H8/300-specific library files..
|
|
#
|
|
|
|
.S.o:
|
|
$(CC) $(AFLAGS) -D__ASSEMBLY__ -c $< -o $@
|
|
|
|
lib-y = ashrdi3.o checksum.o memcpy.o memset.o abs.o romfs.o
|
|
|