diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-03 23:18:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-03 23:18:09 +0000 |
commit | 401ee58a1483c226eb4a316c12965ddf224ab438 (patch) | |
tree | dfa2a0d392263c59e3964d4bb61d93b5df91a254 /libc/sysdeps/linux/arm/Makefile | |
parent | 94314dec1eef25cefca3c19db08aaa9b8c7026c3 (diff) |
A patch from Vincent Sanders to fix the arm implementation of
ioperm() and iopl()
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 98555e32e..62facd47d 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 syscall.c +CSRC=brk.c syscall.c ioperm.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |