aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAlloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/RegAlloc/Makefile')
-rw-r--r--lib/CodeGen/RegAlloc/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile
deleted file mode 100644
index 6c4f50b..0000000
--- a/lib/CodeGen/RegAlloc/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- lib/CodeGen/RegAlloc/Makefile -----------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-
-DIRS =
-
-LIBRARYNAME = regalloc
-
-BUILD_ARCHIVE = 1
-
-include $(LEVEL)/Makefile.common