From d22976dd5e16e8719abd5c542e17427eeece7ff6 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Fri, 18 Jan 2008 13:53:10 +0000 Subject: L1 memory support for the Blackfin. A couple new syscalls to manage L1 allocations, dma_memcpy to move stuff between L1 and main memory, and a new structure to describe the global data in L1 scratchpad memory. --- libc/sysdeps/linux/bfin/Makefile.arch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/bfin/Makefile.arch') diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch index 7a428b380..e8ff306ff 100644 --- a/libc/sysdeps/linux/bfin/Makefile.arch +++ b/libc/sysdeps/linux/bfin/Makefile.arch @@ -5,8 +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 := brk.c bsdsetjmp.c clone.c syscall.c mmap.c \ + sram-alloc.c sram-free.c dma-memcpy.c SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S +ARCH_HEADERS := bfin_l1layout.h bfin_sram.h + include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch -- cgit v1.2.3