X_ASFLAGS	:= -f elf -I pthread/include -I xlibc/include
X_INCDIRS	:= pthread/include xlibc/include


SRC			+= pthread_entry.asm *.c
TARGET_TYPE	:= static
NAME		:= pthread
