[mips][msa] Direct Object Emission support for CTCMSA and CFCMSA.
[oota-llvm.git] / lib / Target / Mips / Disassembler / Makefile
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7900373dd2b21f47007a17ef6adf94f035e231a5 100644 (file)
@@ -0,0 +1,16 @@
+##===- lib/Target/Mips/Disassembler/Makefile ---------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../../..
+LIBRARYNAME = LLVMMipsDisassembler
+
+# Hack: we need to include 'main' Mips target directory to grab private headers
+CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+
+include $(LEVEL)/Makefile.common