diff options
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 6 |
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) |