summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-13 09:52:45 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-06 18:33:22 +0200
commiteaae6e6776ad091a5b84c3fb09f26ff01bda2f18 (patch)
tree7d0a7b3a47531eb66715527996ed44b965a01301 /libpthread/nptl/sysdeps/Makefile
parentc06619d7ab2ebbbc93427ca6a49dcc8d479db549 (diff)
nptl: fix subdirs handling
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/Makefile')
-rw-r--r--libpthread/nptl/sysdeps/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/Makefile b/libpthread/nptl/sysdeps/Makefile
new file mode 100644
index 000000000..1fea63600
--- /dev/null
+++ b/libpthread/nptl/sysdeps/Makefile
@@ -0,0 +1,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.
+#
+
+top_srcdir:=../../../
+top_builddir:=../../../
+all: objs
+include $(top_builddir)Rules.mak
+include ./Makefile.commonarch
+include $(top_srcdir)Makerules