diff options
author | Salvatore Cro <salvatore.cro at st.com> | 2011-04-20 12:49:25 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-04-20 12:50:38 +0200 |
commit | a4aa01c128b04c7174d57a28f61656f966d2bd6c (patch) | |
tree | 2783135b8c0322cbce4d502c7394bedcecfcbbbf /libc/misc/fts/Makefile | |
parent | 3a411b5d8a6c6311778e22280706047cd1a8c8d4 (diff) |
Added fts support for traversing UNIX file hierarchies.
It is required by libdwfl in elfutils package.
Signed-off-by: Salvatore Cro <salvatore.cro at st.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/misc/fts/Makefile')
-rw-r--r-- | libc/misc/fts/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/misc/fts/Makefile b/libc/misc/fts/Makefile new file mode 100644 index 000000000..1361db3e0 --- /dev/null +++ b/libc/misc/fts/Makefile @@ -0,0 +1,14 @@ +# Makefile for uClibc +# +# Copyright (C) 2009 STMicroelectronics Ltd. +# Author: Salvatore Cro <salvatore.cro at st.com> +# +# 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.in +include $(top_srcdir)Makerules |