diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-15 03:14:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-15 03:14:52 +0000 |
commit | fd8327ec78cf9471d6468849a4702217f2db8c0c (patch) | |
tree | 778dcf082ae617891bd735984cac8f5056ac5f94 /libc/sysdeps/linux/arm/Makefile | |
parent | 2974b2a72237fa7abcb850b3f67b8375a65fbcb2 (diff) |
rip out iopl from ioperm.c so it will override the common iopl.c
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index 77245307a..65df75338 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -28,7 +28,7 @@ SSRC=__longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S \ bsd-_setjmp.S sigrestorer.S mmap64.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=brk.c syscall.c ioperm.c sigaction.c __syscall_error.c +CSRC=brk.c syscall.c ioperm.c iopl.c sigaction.c __syscall_error.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) |