summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/Makefile.arch
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/bfin/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/bfin/Makefile.arch8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch
index 6c271509e..8e945cdea 100644
--- a/libc/sysdeps/linux/bfin/Makefile.arch
+++ b/libc/sysdeps/linux/bfin/Makefile.arch
@@ -5,11 +5,11 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-CSRC := brk.c bsdsetjmp.c clone.c syscall.c \
+CSRC-y := bsdsetjmp.c clone.c \
sram-alloc.c sram-free.c dma-memcpy.c
-SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S
+SSRC-y := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S
-ARCH_HEADERS := bfin_l1layout.h bfin_sram.h
+CSRC-$(UCLIBC_LINUX_SPECIFIC) += cacheflush.c
-include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch
+ARCH_HEADERS := bfin_fixed_code.h bfin_l1layout.h bfin_sram.h