summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-25 09:16:48 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-25 09:16:48 +0000
commit8cfe720a244ab093efaa64e9cd3dc2fffc7cb4ec (patch)
tree4ec85d06986ae808d8c7252c8947b831d6bbf062 /libc/sysdeps/linux/arm/Makefile
parentc5568de190ec2806ce36e063865bfee66d30d032 (diff)
Implement syscall() for arm
-Erik
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index c5a96dea8..950cf660e 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -33,7 +33,7 @@ CRT0_OBJ=crt0.o
SSRC=__longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S bsd-_setjmp.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-CSRC=inout_bwl.c brk.c
+CSRC=inout_bwl.c brk.c syscall.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(MOBJ) $(COBJS)