summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/frv/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-18 11:41:12 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-18 11:41:12 +0000
commite450548c0e9c6793ecdaf9cba7488c3c8f278293 (patch)
tree1d92610950dc9a54150c4b7a2e2b7efb27ff9f5e /libc/sysdeps/linux/frv/Makefile
parent42a08c74b9d199c0fa555947b64571e243b34cc5 (diff)
Alexandre Oliva writes:
I added this function after I posted the last version of the FR-V patch. Add syscall.c.
Diffstat (limited to 'libc/sysdeps/linux/frv/Makefile')
-rw-r--r--libc/sysdeps/linux/frv/Makefile2
1 files changed, 1 insertions, 1 deletions
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)