# -*- makefile -*-
#
# klibc files for riscv64

always  := crt0.o
targets := crt0.o

klib-y := setjmp.o syscall.o
