Index: tools/pnacl-freeze/Makefile |
diff --git a/tools/pnacl-freeze/Makefile b/tools/pnacl-freeze/Makefile |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a3706ea8021f13aeddc23e8312646973f5f3b133 |
--- /dev/null |
+++ b/tools/pnacl-freeze/Makefile |
@@ -0,0 +1,11 @@ |
+##===- tools/pnacl-freeze/Makefile -------------------------*- Makefile -*-===## |
+##===----------------------------------------------------------------------===## |
+ |
+LEVEL := ../.. |
+TOOLNAME := pnacl-freeze |
+LINK_COMPONENTS := asmparser bitwriter bitreader analysis |
+ |
+# This tool has no plugins, optimize startup time. |
+TOOL_NO_EXPORTS := 1 |
+ |
+include $(LEVEL)/Makefile.common |