diff options
Diffstat (limited to 'libubacktrace/Makefile')
-rw-r--r-- | libubacktrace/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libubacktrace/Makefile b/libubacktrace/Makefile new file mode 100644 index 000000000..0f746383c --- /dev/null +++ b/libubacktrace/Makefile @@ -0,0 +1,14 @@ +# Makefile for uClibc (libubacktrace) +# +# Copyright (C) 2010 STMicroelectronics Ltd +# Author(s): Carmelo Amoroso <carmelo.amoroso@st.com> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +top_srcdir=../ +top_builddir=../ +include $(top_builddir)Rules.mak +all: libs +include Makefile.in +include $(top_srcdir)Makerules |