Makefile.arch 359 B

1234567891011121314
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2001,2002 NEC Corporation
  4. # Copyright (C) 2001,2002 Miles Bader <miles@gnu.org>
  5. #
  6. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. CSRC := mmap.c clone.c fixdfsi.c
  8. SSRC := setjmp.S __longjmp.S vfork.S
  9. ARCH_HEADERS := floatlib.h
  10. include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch