summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-27 07:20:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-27 07:20:27 +0000
commita8f281fb479299c388a4c3c5c406ddb6f6c0e323 (patch)
treec44d741f1e214b30fa2d75d6f61054273ed1f365 /libc/sysdeps/linux/arm/Makefile
parent6ef2a08dbf5648e6df1479ae7e3014fb9500e546 (diff)
Add inb, outb and friends,
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 965a636db..482d84497 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -36,7 +36,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0))
SSRC=longjmp.S setjmp.S vfork.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-CSRC=
+CSRC=ioperm.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(MOBJ) $(COBJS)