diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-03 23:07:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-03 23:07:50 +0000 |
commit | 63438a8babdba7fdd9052e50f21075cbd4b4cfe7 (patch) | |
tree | 278c7d0916288ba32e36de7e4d67f80ea1c0e8f4 /libc/sysdeps/linux/sh64/Makefile | |
parent | 1af4ec5a3807f05e2b8126c9e430c10e2e70ead9 (diff) |
Patch from lethal, adding syscall() to the sh64 port
Diffstat (limited to 'libc/sysdeps/linux/sh64/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh64/Makefile b/libc/sysdeps/linux/sh64/Makefile index 27463c6f2..91e607a2c 100644 --- a/libc/sysdeps/linux/sh64/Makefile +++ b/libc/sysdeps/linux/sh64/Makefile @@ -32,7 +32,7 @@ CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o SSRC = setjmp.S longjmp.S SOBJS = $(patsubst %.S,%.o, $(SSRC)) -CSRC = fork.c __init_brk.c brk.c sbrk.c +CSRC = fork.c __init_brk.c brk.c sbrk.c syscall.c COBJS = $(patsubst %.c,%.o, $(CSRC)) OBJS = $(SOBJS) $(COBJS) |