From d0234b16d61f06b2a3fd6241eff8c81250283a60 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 10 Jan 2013 17:02:39 +0100 Subject: buildsys: use kbuild style Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/bfin/Makefile.arch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/bfin') diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch index 15ecfd81e..df76ab08a 100644 --- a/libc/sysdeps/linux/bfin/Makefile.arch +++ b/libc/sysdeps/linux/bfin/Makefile.arch @@ -5,13 +5,11 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := bsdsetjmp.c clone.c \ +CSRC-y := bsdsetjmp.c clone.c \ sram-alloc.c sram-free.c dma-memcpy.c -ifeq ($(UCLIBC_LINUX_SPECIFIC),y) -CSRC += cacheflush.c -endif +SSRC-y := __longjmp.S setjmp.S bsd-_setjmp.S -SSRC := __longjmp.S setjmp.S bsd-_setjmp.S +CSRC-$(UCLIBC_LINUX_SPECIFIC) += cacheflush.c ARCH_HEADERS := bfin_fixed_code.h bfin_l1layout.h bfin_sram.h -- cgit v1.2.3