12345678910111213 |
- # Makefile for uClibc
- #
- # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
- #
- # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
- #
- subdirs += libc/sysdeps/linux/$(TARGET_ARCH) libc/sysdeps/linux/common
- # order is relevant
- -include $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/Makefile.arch
- include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch
- include $(top_srcdir)libc/sysdeps/linux/common/Makefile.in
|