From e450548c0e9c6793ecdaf9cba7488c3c8f278293 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 18 Mar 2004 11:41:12 +0000 Subject: Alexandre Oliva writes: I added this function after I posted the last version of the FR-V patch. Add syscall.c. --- libc/sysdeps/linux/frv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/frv/Makefile') diff --git a/libc/sysdeps/linux/frv/Makefile b/libc/sysdeps/linux/frv/Makefile index 6a9b8e777..28487f770 100644 --- a/libc/sysdeps/linux/frv/Makefile +++ b/libc/sysdeps/linux/frv/Makefile @@ -33,7 +33,7 @@ SSRC+=mcount.S endif SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=mmap.c sysdep.c brk.c sbrk.c __init_brk.c dl-iterate-phdr.c +CSRC=mmap.c sysdep.c syscall.c brk.c sbrk.c __init_brk.c dl-iterate-phdr.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) -- cgit v1.2.3