summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-03 23:18:09 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-03 23:18:09 +0000
commit401ee58a1483c226eb4a316c12965ddf224ab438 (patch)
treedfa2a0d392263c59e3964d4bb61d93b5df91a254 /libc/sysdeps/linux/arm/Makefile
parent94314dec1eef25cefca3c19db08aaa9b8c7026c3 (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/Makefile2
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)