minix/sys/lib/libkern/arch/i386/Makefile.inc
2012-02-09 18:48:13 +01:00

12 lines
286 B
Makefile

# $NetBSD: Makefile.inc,v 1.31 2009/08/14 19:23:53 dsl Exp $
SRCS+= byte_swap_2.S byte_swap_4.S ffs.S
SRCS+= memchr.S memcmp.S memcpy.S memmove.S memset.S
SRCS+= random.S
SRCS+= strcat.S strchr.S strcmp.S
SRCS+= strcpy.S strlen.S
SRCS+= strrchr.S
SRCS+= scanc.S skpc.S
SRCS+= crc32.c