summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/Makefile.in
blob: dd91f215f125dc620b0e0e48c13fbe4cd722c2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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