summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/utils/Makefile.am b/llvm/utils/Makefile.am
new file mode 100644
index 00000000000..41aa3122bf5
--- /dev/null
+++ b/llvm/utils/Makefile.am
@@ -0,0 +1,12 @@
+##===- utils/Makefile.am -----------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Reid Spencer and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+include $(top_srcdir)/Makefile.rules.am
+
+SUBDIRS = Burg fpcmp TableGen
OpenPOWER on IntegriCloud