diff options
Diffstat (limited to 'libc/sysdeps/linux/Makefile.in')
| -rw-r--r-- | libc/sysdeps/linux/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/Makefile.in b/libc/sysdeps/linux/Makefile.in index d2a980c16..dd91f215f 100644 --- a/libc/sysdeps/linux/Makefile.in +++ b/libc/sysdeps/linux/Makefile.in @@ -5,6 +5,9 @@ # 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 |
