summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-22 19:53:11 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-22 19:53:11 +0000
commit98701e85730391501e100419ab3aeb7dd77055d2 (patch)
tree34842329ca9d2d99d39b2f3671cfc109f32dc779 /libc/sysdeps/linux/common/Makefile
parente320e67feb2d6119491416f7a9740b400f8ed66e (diff)
Patch from psm, vapier, and solar, adding xattr syscalls
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index ddd015f7c..56a65797d 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -52,7 +52,7 @@ CSRC= __rt_sigtimedwait.c __socketcall.c __syscall_fcntl.c \
sysinfo.c time.c times.c truncate.c truncate64.c ulimit.c \
umask.c umount.c umount2.c uname.c unlink.c uselib.c ustat.c \
utime.c utimes.c vfork.c vhangup.c wait.c wait3.c wait4.c \
- waitpid.c write.c writev.c xstatconv.c
+ waitpid.c write.c writev.c xattr.c xstatconv.c
ifneq ($(strip $(EXCLUDE_BRK)),y)
CSRC+=sbrk.c
@@ -61,10 +61,6 @@ ifeq ($(strip $(UCLIBC_PROPOLICE)),y)
CSRC+=ssp.c
endif
-ifeq ($(strip $(UCLIBC_XATTR)),y)
-CSRC+=xattr.c
-endif
-
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJ=$(COBJS) $(MOBJ)