diff options
-rw-r--r-- | lib/CodeGen/RegAlloc/Makefile | 7 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/Makefile | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile new file mode 100644 index 0000000000..f2b4aa8a9d --- /dev/null +++ b/lib/CodeGen/RegAlloc/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = regalloc + +include $(LEVEL)/Makefile.common diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile new file mode 100644 index 0000000000..f2b4aa8a9d --- /dev/null +++ b/lib/Target/SparcV9/RegAlloc/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = regalloc + +include $(LEVEL)/Makefile.common |